mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 07:58:57 +00:00
11 lines
168 B
YAML
11 lines
168 B
YAML
Comment: Default Step Function
|
|
StartAt: Hello
|
|
States:
|
|
Hello:
|
|
Type: Pass
|
|
Result: Hello
|
|
Next: World
|
|
World:
|
|
Type: Pass
|
|
Result: World
|
|
End: true
|