@wanews/pulumi-invoke-step-function
v0.2.1
Published
Invokes a express step function synchronously as part of the `up` process.
Downloads
2
Keywords
Readme
invoke-step-function
Invokes a express step function synchronously as part of the up
process.
Usage
import { StepFunctionInvocation } from '@wanews/pulumi-invoke-step-function'
new StepFunctionInvocation(`invoke-step-function`, {
stateMachineArn: myStepFunction.arn,
input: 'My input',
})