Emmy-github-webdev / aws-microservices-pbl-sections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS microservices pbl sections

  • Initialise CDK: cdk init app --language typescript

  • Boatstraping CDK App: cdk bootstrap

To deploy cdk

  1. cdk synth
  2. cdk diff
  3. cdk deploy

To destroy

  • cdk destroy

  • Check CDK version: cdk --version

  • Set ExecutionPolicy: Set-Execution -ExecutionPolicy RemoteSigned -Scope CurrentUser

About


Languages

Language:TypeScript 54.1%Language:JavaScript 45.9%