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

fix: add new partition to arn generation #3574

Merged
merged 4 commits into from
Apr 3, 2024
Merged

Conversation

aaythapa
Copy link
Contributor

@aaythapa aaythapa commented Apr 3, 2024

Issue #, if available

Description of changes

Added the ${AWS::Partition} psuedo parameter in this PR so that we didn't have to maintain a static list but there is a lot of code in SAM that relies on that static list and its causing tests in the new region to fail.

We can use ${AWS::Partition} in the future but would require a bigger code change. To unblock us in the new region I'm just going to add the new region's partition into the static list for now.

Description of how you validated changes

Checklist

Examples?

Please reach out in the comments if you want to add an example. Examples will be
added to sam init through aws/aws-sam-cli-app-templates.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@aaythapa aaythapa marked this pull request as ready for review April 3, 2024 17:22
@aaythapa aaythapa requested a review from a team as a code owner April 3, 2024 17:22
@aaythapa aaythapa merged commit 3856796 into aws:develop Apr 3, 2024
7 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.

None yet

3 participants