Skip to content

CDK application for HTTP api starting express step function machine synchronously

License

Notifications You must be signed in to change notification settings

nirvana124/sync-step-function-from-http-api-cdk

Repository files navigation

sync-step-function-from-http-api-cdk

CDK application for HTTP api starting express step function machine synchronously

Synchronous step function is similar to getting started example in this aws post.

Step function

How to use

  1. Install and setup aws cdk
  2. run cdk deploy
  3. Get the base url of http api in console or get in from console.
  4. Use postman to send request to url

POST : <Base url from step 3>/start

Body: { "inputCaseID":"002" }

Clean Up

run cdk destroy

About

CDK application for HTTP api starting express step function machine synchronously

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published