Skip to content

evcatalyst/LambdaStep

Repository files navigation

CDK Development of Lambda Step Function Template

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

CDK Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About

AWS CDK Development of a Lambda Step Function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published