jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

Step Functions #147

Open candlerb opened 7 years ago

candlerb commented 7 years ago

Are there any plans to deploy Step Functions from gordon?

There is a CloudFormation resource which looks pretty straightforward; it mainly consists of a DefinitionString which is a string of text in ASL

It would be a good match I think, since Step Functions can be triggered by similar sources to lambda functions (e.g. API Gateway) and can in turn invoke lambda functions for processing steps.