mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
e6cf8d3845
* Move tests to the test directory * Fix linting errors * Add states back * Add xml back
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
|
|
}
|
|
}
|
|
}
|