Skip to content

JooYoung2274/aws_cdk_prac

Repository files navigation

CDK_Prac_TypeScript

  • 정확히는 cdk를 이용한 lambda 사용 연습임.

2022-09-20

  • 기존 프로젝트 리셋
  • aws lambda, api gateway, dynamodb, node-lambda(dependencies) example

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Releases

No releases published

Packages

No packages published