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 #postgresql
Query a Postgres database using a Lambda in 5 minutes!

TLDR: Checkout the complete code on GitHub Repo. 馃惁 Follow me on Twitter if you would like to see more content like this! 馃惁 Introduction Today, I am going to show you how to provision an RDS instance using the AWS CDK. We will set up an AWS Secret ...

Today, I am going to show you how you can use Docker to containerize a Spring Boot application, start a Postgres SQL database, and wire it all together by using a JDBC connection! This is a quick and seamless way to prototype new ideas. You can get t...
