Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.05 KB

lambda-nest-rds boilerplate

Nest app boilerplate for CDK development with AWS RDS, AWS Lambda.

Environment

  • MacOS Monterey 12.4
  • Node 18.12.1 (LTS)

Commands

  • build: bundle nest app
  • start: start nest app for local development
  • cdk: run cdk diff | synth | deploy
  • get-lambda: get lambda endpoint
  • get-rds: get rds endpoint for local connection
  • migrate-dev: create schema on local database(defined in prisma/schema.prisma), and generate sql files
  • migrate-deploy: apply generated sql files to production database

Requirements