Experiment using the new (developer preview) aws-cdk pipelines feature to build and deploy a docker application.
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.
npm start
- starts the expressjs server that serves as the example application.npm run build
- transpiles the app into javascript - output is in thedist
directory.