fix(dynamodb): fix SID for grants on multi-account global tables#37057
fix(dynamodb): fix SID for grants on multi-account global tables#37057mergify[bot] merged 3 commits intoaws:mainfrom
Conversation
…t conform to ASCII uppercase letters (A-Z), lowercase letters (a-z), and numbers (0-9)
Abogical
left a comment
There was a problem hiding this comment.
Snapshots needs to be updated.
Pull request has been modified.
|
|
||||||||||||||
|
|
||||||||||||||
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue StatusRule:
This pull request spent 31 minutes 30 seconds in the queue, including 31 minutes 19 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
SID's must conform to ASCII uppercase letters (A-Z), lowercase letters (a-z), and numbers (0-9)
Description of changes
Changed the SID in
multiAccountReplicationToin table-grants.ts to remove the-, which is forbidden.Description of how you validated changes
Unit tests succeed
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license