superlint/.automation/test/states/states_bad_1.json
2020-07-21 13:50:04 -05:00

10 lines
244 B
JSON

{
"Comment": "A simple minimal example of the States language",
"StartAt": "Hello World",
"States": {
"Hello World": {
"Resource": "arn:aws:lambda:us-east-1:123456789012:function:HelloWorld",
"End": true
}
}
}