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 buildcompile typescript to jsnpm run watchwatch for changes and compilecdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template