Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created March 24, 2020 20:31
Show Gist options
  • Save noahgift/017a083fcd3f008567aca581e5fd29ea to your computer and use it in GitHub Desktop.
Save noahgift/017a083fcd3f008567aca581e5fd29ea to your computer and use it in GitHub Desktop.
{
"Comment": "This is Marco Polo",
"StartAt": "Marco",
"States": {
"Marco": {
"Type": "Task",
"Resource": "arn:aws:lambda:us-east-1:561744971673:function:marco20",
"Next": "Polo"
},
"Polo": {
"Type": "Task",
"Resource": "arn:aws:lambda:us-east-1:561744971673:function:polo",
"Next": "Finish"
},
"Finish": {
"Type": "Pass",
"Result": "Finished",
"End": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment