Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 456 Bytes

Pulumi.README.md

File metadata and controls

16 lines (9 loc) · 456 Bytes

Deploy

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}