It would be really good to have the ability to start execution of a statemachine by calling a url.
https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-api-gateway.html
Suggestion for how it could look in serverless.yml
stepFunctions:
stateMachines:
myStateMachine:
events:
- http:
method: GET
path: executeMyStateMachine