Presets Overview
Presets are opinionated templates that scaffold common microservice patterns with AWS CDK, ready to deploy in an Nx workspace.
Available presets
Why presets?
- Faster bootstrapping of services
- Consistent architecture and best practices
- Composable with resource generators
Next steps
Pick a preset and generate your first service:
nx g @mhshahzad/nx-cdk-deploy:preset --name=my-service --preset=<event-service|storage-service|worker-service|custom>