jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step Functions

candlerb opened this issue · comments

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.