这是indexloc提供的服务,不要输入任何密码
Skip to content

CodePipeline is a popular Continuous Integration (CI) and Continuous Delivery (CD) tool on AWS. In this tutorial, I show you how to setup a CI / CD pipeline using CodePipeline, CDK and TypeScript. We set up two stages, test and prod. I show you how to structure your CDK code to deploy two different lambda functions.

Notifications You must be signed in to change notification settings

mesutguzel/ci-cd-aws-pipeline-demo

Repository files navigation

Welcome to your CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

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

CodePipeline is a popular Continuous Integration (CI) and Continuous Delivery (CD) tool on AWS. In this tutorial, I show you how to setup a CI / CD pipeline using CodePipeline, CDK and TypeScript. We set up two stages, test and prod. I show you how to structure your CDK code to deploy two different lambda functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published