Development of a CDK IaC framework for Lambda Step Functions
- Setup CDK
- Setup baseline Serverless Application
- Test baseline Application
- Modify Serverless Application basic (no step function)
- Test modifications
- Add a step function to the serverless application
- Testing of step functions
- Modify Step Functions
- Testing of Step Functions
- Define & Deploy VPC and Policy Restrictions to the Stack where relevant* [NB]
- Adding Instrumentation to Functions and Process
- Incorporate additional services beyond S3 to the stack
- Iterating and testing on additional services, functions and processes
- Document and publish process for first engineering blog post
npm run build
compile typescript to jsnpm run watch
watch for changes and compilecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template