Skip to content

StartExecution of statemachines through API Gateway #25

@msl-kabo

Description

@msl-kabo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions