asl 0.2.0

Rust implementation for Amazon States Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "Comment": "https://states-language.net/spec.html#task-state",
  "StartAt": "X",
  "States": {
    "X": {
      "Type": "Task",
      "Resource": "arn:aws:swf:us-east-1:123456789012:task:X",
      "Credentials": {
        "flag": true,
        "expectPath.$": "not a path",
        "baz": 5
      },
      "End": true
    }
  }
}