Til
TIL: How to call IAM-secured AWS Lambda Function URLs with cURL
Introduction In one of my recents posts, I shared how to create AWS Lambda Function URLs secured with AWS IAM. I also showed how we can then call these URLs from Python with proper AWS SigV4...
read articleTIL: Partial indexes in PostgreSQL
Introduction This is a first post in the series "Today I Learned", where I share small bits that I learned recently. Today I would like to share how you can improve performance of your...
read article