Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 479 Bytes

Pulumi.README.md

File metadata and controls

15 lines (9 loc) · 479 Bytes

Deploy this example with Pulumi

AWS Step Functions

A basic example that demonstrates using AWS Step Functions with a Lambda function.

Start execution

From the console.

Or from the AWS CLI:

$ aws stepfunctions start-execution --state-machine-arn ${outputs.stateMachineArn}