-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add stepfunctions with external asl definition file #1087
Conversation
…external-definition.test.ts Does not implement test
Does not implement test
Does not implement test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct the policy correction. Otherwise it looks good. Thanks for the contribution.
typescript/stepfunction-external-definition/lib/stepfunction-external-definition-stack.ts
Outdated
Show resolved
Hide resolved
Adjusted the permission setting accordingly, thanks for the input @kaiz-io. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
This PR adds an example of implementing stepfunctions with external asl(Amazon States Language) file. This can be useful in usecases where it is desired to leverage local development flow of the stepfunction statemachines,e.g. AWS toolkit for VScode, and directly import the asl file into your project without rewriting it in CDK.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.