A caz
template to scaffold / generate an AWS CDK application.
Tired of copy/pasting/modifying existing CDK projects (with all the inherent risks) ?
Frustated of not being able to create a custom CDK project init template ?
Then this is for you !
This will generate a CDK TypeScript project with an opinionated project structure and configuration:
- separate
src/
anddist/
directories - pre-configured lambda/layer integration (optional)
- generate CDK outputs in
cdk-outputs.json
file
- Node.js (and npm)
npx caz ozeebee/cdk-project-template [project-name]
Then follow the instructions ;)
- Build the project (transpile TypeScript to JavaScript):
npm run build
- Commit & Push to the master branch (required by caz)
zce/caz - A simple yet powerful template-based Scaffolding tools