Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 983 Bytes

File metadata and controls

50 lines (38 loc) · 983 Bytes

stepfunctions-start-execution-task

Starts an AWS step-function execution

AWS Permissions Required

  • states:StartExecution

Handler Method

function.handler

Request Syntax

{
    "StateMachineArn": "string",
    "Name": "string",
    "Input": {}
}
StateMachineArn
The Amazon Resource Name (ARN) of the state machine to execute.
Name
The name of the execution.
Input
The map that contains the input data for the execution.

Response syntax

{
    "executionArn": "string",
    "startDate": "iso8601 format date/time"
}

Lambda Package Location

https://s3.amazonaws.com/lambdalambdalambda-repo/quinovas/stepfunctions-start-execution-task/stepfunctions-start-execution-task-0.0.1.zip

License: APL2