Skip to content
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

Breakfix revert SQS string error constants #5101

Merged
merged 4 commits into from
Dec 8, 2023
Merged

Conversation

isaiahvita
Copy link
Contributor

@isaiahvita isaiahvita commented Dec 8, 2023

On 11/8/2023, the values for SQS string error constants were incorrectly changed when SQS switched protocols from AWS Query to AWS JSON.

This PR reverts SQS string error constants back to their old values on 11/7/2023

Testing:
correctness can be verified by viewing the diff between the commit ID on 11/7/2023 and the latest commit ID on this PR branch

git diff b87529cf2 b601e1966 -- service/sqs/errors.go

Fixes: #5090

@isaiahvita isaiahvita requested a review from a team December 8, 2023 19:05
@isaiahvita isaiahvita merged commit 87f2688 into aws:main Dec 8, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQS error code not match
2 participants