Til
TIL: Setting multi-line secrets in AWS Secrets Manager
How the AWS Console can quietly mess up formatting of your values Recently I had to store a PGP private key inside a JSON secret in AWS Secrets Manager, as one of the key/value pairs. Sounds pretty...
read articleTIL: 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