mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
10 lines
244 B
JSON
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
|
|
}
|
|
}
|
|
}
|