Skip to content

QuiNovas/stepfunctions-start-execution-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starts a step-function execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages