Starts an AWS step-function execution
- states:StartExecution
function.handler
{ "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.
{ "executionArn": "string", "startDate": "iso8601 format date/time" }
License: APL2