superlint/test/linters/states/states_good_1.json

12 lines
266 B
JSON
Raw Normal View History

2020-07-21 14:50:04 -04:00
{
"Comment": "A simple minimal example of the States language",
"StartAt": "Hello World",
"States": {
"Hello World": {
"Type": "Task",
"Resource": "arn:aws:lambda:us-east-1:123456789012:function:HelloWorld",
"End": true
}
}
}