Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 270 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 270 Bytes

cdk-graphql-backend-demo

desc: sample crud app without lambda code. request and response mapping templates are custom ones. the unit test are based on sdk with those templates.

usaful commands

  • npm ci
  • cdk diff
  • cdk deploy "*"
  • npm run test
  • cdk destroy "*"