generated from amazon-archives/__template_MIT-0
- Notifications
You must be signed in to change notification settings - Fork 455
feat(Idempotency): add feature for manipulating idempotent responses #4037
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
leandrodamascena merged 12 commits into aws-powertools:develop from walmsles:feat-manip-idempotent-response Apr 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
12 commits Select commit Hold shift + click to select a range
dc316fd
feat(idempotent-response-manipulation): Added capability of providing…
walmsles 445d7fc
Merge branch 'develop' into feat-manip-idempotent-response
walmsles df633f6
chore(mypy): resolve myopy static typing issues, make response+hook p…
walmsles 736fdde
feat(response_hook): added some documentation, call response_hook aft…
walmsles 8ea0c4f
feat(response_hook): review items
walmsles 245ada4
Merge branch 'develop' into feat-manip-idempotent-response
walmsles b83e3a6
chore(mypy): resolve type erro r in example code - expiry_timestamp c…
walmsles ec79ded
chore(docs): fix formatting error in markdown
walmsles be0f3f7
chore(docs): fix highlighting of example code - lines moved
walmsles f0596a4
Improving doc
leandrodamascena 5f50be5
Improving doc
leandrodamascena a04d047
Addressing Ruben's feedback
leandrodamascena 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
Improving doc
- Loading branch information
commit 5f50be5a63e14a6162d79f838c54973f9e68b5a7
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
8 changes: 8 additions & 0 deletions 8 examples/idempotency/src/working_with_response_hook_payload.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"order" : { | ||
"user_id": "xyz", | ||
"product_id": "123456789", | ||
"quantity": 2, | ||
"value": 30 | ||
} | ||
} |
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.