Skip to content

kbanman/cdk-docker-pipeline-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDK Docker Pipeline Example

Experiment using the new (developer preview) aws-cdk pipelines feature to build and deploy a docker application.

Layout

The CDK definition is in the /cdk directory, and the application is in /src. The CDK app has its own npm configuration to keep it separate from the application.

Scripts

  • npm start - starts the expressjs server that serves as the example application.
  • npm run build - transpiles the app into javascript - output is in the dist directory.

About

Playground to test the new aws-cdk CdkPipeline construct

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published