You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The outer Step Function will trigger the inner Step Functions, one by one, and waits for each one to finish before continuing.
17
17
A sample inner Step Function is provided which has a single task of type [Pass](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-pass-state.html). Replace it with your own Step Function.
18
18
19
-
Learn more about this pattern at: https://serverlessland.com/patterns/sfn-inside-sfn-cdk-python
19
+
Learn more about this pattern at: https://serverlessland.com/patterns/sfn-sfn-cdk
20
20
21
21
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the AWS Pricing page for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
0 commit comments