Skip to content
#

asl

Here are 109 public repositories matching this topic...

Grundlefleck
Grundlefleck commented Apr 19, 2022

As far as I could tell the lambdas created via asl.deploy.asLambda cannot be invoked by the deployed StepFunction out of the box.

I resorted to adding this in CDK code, after creating the statemachine construct :

const queryAndEmitSfn = new ts2asl.TypescriptStateMachine({
  defaultStepFunctionProps: { role: sfnRole }
  // [snip]
});

sfnRole.addToPolicy(
          new iam.Policy
enhancement good first issue cdk

Improve this page

Add a description, image, and links to the asl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asl topic, visit your repo's landing page and select "manage topics."

Learn more