Skip to content

nduevans/cdk-github-cicd

Repository files navigation

AWS CDK / Typescript / CI/CD AWS CodePipeline with unit-tests Example

AWS CDK (Infrastructure as Code) - You can use this template to start your CI/CD-ed project for deploying serverless applications in AWS. It shows how to add and use deployment stages - Lambda, DynamoDB, APIGateway, etc

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
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published