JooYoung2274 / aws_cdk_prac

aws_cdk 스터디 예제

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

aws_cdk 스터디 예제


Languages

Language:TypeScript 91.8%Language:JavaScript 8.2%