AWS RDS Aurora Serverless Questions

Hi Noel,

Here’s a github repo with a sample deployment.

It does the following.

  1. Deploy’s a VPC and 2 private subnets.
  2. Deploy’s an Aurora Serverless postgres instance.
  3. Create’s a lambda which runs schema migrations using the DataAPI, which does not require the lambda to be inside a VPC to access the RDS instance. However, it is possible to deploy a lambda into the VPC and connect to the DB directly just like you would connect to a traditional SQL DB.