mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
11 lines
244 B
JSON
11 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
|
||
|
}
|
||
|
}
|
||
|
}
|