AWS Lambda - Query Amazon RDS using Secrets
Query a Postgres database using a Lambda in 5 minutes!
Jul 27, 20215 min read6.9K

Search for a command to run...
Articles tagged with #aws-lambda
Query a Postgres database using a Lambda in 5 minutes!

Learn about the benefits of serverless

Welcome! Today, I am going to show you how to write an AWS Lambda Function that sends an SNS notification. 馃惁 Follow me on Twitter if you would like to see more content like this! 馃惁 TLDR - Here is a link to my Github with the given code. 1. Initial...

AWS Serverless Application Model (SAM)

Lambda AWS announced some very cool improvements to Lambda this year. More Granular Billing Lambda is a very affordable AWS service. You pay for the number of times your code is triggered (requests) + the time it takes for your code to execute (durat...
