superlint/test/linters/states/states_bad_1.json

11 lines
244 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": {
"Resource": "arn:aws:lambda:us-east-1:123456789012:function:HelloWorld",
"End": true
}
}
}