CDK application for HTTP api starting express step function machine synchronously
Synchronous step function is similar to getting started example in this aws post.
- Install and setup aws cdk
- run
cdk deploy
- Get the base url of http api in console or get in from console.
- Use postman to send request to url
POST : <Base url from step 3>/start
Body: { "inputCaseID":"002" }
run cdk destroy