-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
SNS: validate cross-region behavior #12673
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
Conversation
Test Results - Preflight, Unit21β579 testsβ Β±0βββ19β927 β
Β±0βββ6m 12s β±οΈ -4s Results for commit 5db98a5.βΒ± Comparison against base commit a298730b. β»οΈ This comment has been updated with latest results. |
Test Results (amd64) - Acceptance7 testsβ Β±0βββ5 β
Β±0βββ3m 5s β±οΈ -1s Results for commit 5db98a5.βΒ± Comparison against base commit a298730b. β»οΈ This comment has been updated with latest results. |
Test Results - Alternative Providers597 testsβββ420 β
ββ14m 58s β±οΈ Results for commit 5db98a5. β»οΈ This comment has been updated with latest results. |
LocalStack Community integration with Proββββ2 filesβ Β±ββββ0ββββββ2 suitesβ Β±0βββ1h 0m 17s β±οΈ - 44m 36s Results for commit 5db98a5.βΒ± Comparison against base commit a298730b. This pull request removes 1747 and adds 3 tests. Note that renamed tests count towards both.
β»οΈ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrapββββ5 filesββββββ5 suitesβββ2h 23m 29s β±οΈ Results for commit 5db98a5. β»οΈ This comment has been updated with latest results. |
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.
LGTM π
sns_region2_client.subscribe( | ||
TopicArn=topic_arn, Protocol="email", Endpoint="[email protected]" | ||
) |
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.
nice email π
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.
I copy pasted it from another test, I hadn't even realized π
Motivation
We've got a report with #12670 that we didn't support cross-region subscribe calls. It seems it is not allowed by AWS, but we didn't have test coverage over it.
This PR adds more AWS validated tests testing cross-region behavior for operations that would allow cross-account access, as well as a cross-region delivery scenario.
Changes
DeleteTopic
idempotency