Skip to content

This Startup Snack uses CDK Pipelines to set up an AWS CodePipeline which builds and deploys this Startup Snack within AWS on your behalf.

License

Notifications You must be signed in to change notification settings

shankben/startup-snack-cicd

Repository files navigation

Startup Snack: CICD

Architecture Diagram

Setup

  1. Install CDK globally: npm install -g aws-cdk
  2. Install local Node.js dependencies: npm install
  3. Build the project: npm run build
  4. Bootstrap the CDK Toolkit into your AWS account: cdk bootstrap
  5. Deploy the stack: cdk deploy

Useful Commands

  • npm run build compile project to dist
  • npm run clean delete everything in cdk.out and dist
  • npm run watch watch for changes and compile
  • 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

This Startup Snack uses CDK Pipelines to set up an AWS CodePipeline which builds and deploys this Startup Snack within AWS on your behalf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published