-
Notifications
You must be signed in to change notification settings - Fork 90
feat: Add support for nested Aws StepFunctions service integration #166
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
Merged
ca-nguyen
merged 21 commits into
aws:main
from
ca-nguyen:add-support-for-step-functions
Oct 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2d7003b
Add support for nested Aws StepFunctions service integration
ca-nguyen b8c1987
Merge branch 'main' into add-support-for-step-functions
shivlaks 2953c90
Json response by default when wait_for_completion enabled and raise e…
ca-nguyen e03be34
Removed string_response arg - wait_for_completion will use :sync:2 re…
ca-nguyen d1185a9
Add async_call flag to use arn:aws:states:::states:startExecution res…
ca-nguyen 1c7a4ac
Updated flags validation
ca-nguyen c08140a
Updated test
ca-nguyen 1c52e6c
Use enum to select service integration type
ca-nguyen e091bc8
Merge branch 'main' into add-support-for-step-functions
ca-nguyen 5d7c99e
Update per PR review
ca-nguyen bf28366
Merge branch 'main' into add-support-for-step-functions
ca-nguyen 79bc5dd
Update src/stepfunctions/steps/service.py
ca-nguyen 64969ae
Remove ServiceIntegrationType to use existing IntegrationPattern enum
ca-nguyen f6cb2e4
Merge doc update
ca-nguyen 11c108e
Update src/stepfunctions/steps/integration_resources.py
ca-nguyen 64708c4
Removed unused logger and updated docstring
ca-nguyen aabdf8e
Merge branch 'main' into add-support-for-step-functions
ca-nguyen 3b40bd3
Fixing error message and documenting args default values
ca-nguyen a2dba89
Updated arg description doc string for CallAndContinue
ca-nguyen c882e07
Updated doc string for WaitForTaskToken
ca-nguyen ecb2e05
Merge branch 'main' into add-support-for-step-functions
ca-nguyen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.