Note: This is not Production grade and simply meant as a demo
This project provisions a RDS PostgreSQL DB and executes a SQL script to deploy the DB schema. The DB credentials are stored in AWS Secrets Manager and are rotated every 30 days.
npm install -g aws-cdk
Update config/config.ts Update lib/rds-infra-stack.ts Update schema.sql in lambda/rds-helper
npm install npm run build
cdk deploy --require-approval never