Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.09 KB

hello_world.rst

File metadata and controls

49 lines (31 loc) · 1.09 KB

Hello World

This example shows a very simple state machine, with a single state that invokes a Lambda Function Task state.

The troposphere version demonstrates how Troposphere objects can be passed as references rather than having to provide a string value.

start :Hello World; stop

basic

python

../../examples/src/hello_world.py

json

../../examples/src/hello_world.json

troposphere

python

../../examples/src/hello_world_troposphere_direct.py

json

../../examples/src/hello_world_troposphere_direct.json