fix(aws): Add ap-southeast-6 to SSR site supported regions#6792
Open
shansmith01 wants to merge 1 commit intoanomalyco:devfrom
Open
fix(aws): Add ap-southeast-6 to SSR site supported regions#6792shansmith01 wants to merge 1 commit intoanomalyco:devfrom
shansmith01 wants to merge 1 commit intoanomalyco:devfrom
Conversation
The Auckland region was missing from supportedRegions, which is used for multi-region routing metadata. Deployments targeting ap-southeast-6 failed region validation. Fixes anomalyco#6791 Made-with: Cursor
Collaborator
|
we probably need to wait for the pulumi issue to get fixed have you tried this branch? does it work? |
Author
|
Only if I patch the pulumi file as well
…On Wed, Apr 22, 2026 at 6:27 AM Victor Navarro ***@***.***> wrote:
*vimtor* left a comment (anomalyco/sst#6792)
<#6792?email_source=notifications&email_token=AAOHVVEHFHBTAJELS5SMUPD4W64RBA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRZGA4DONZTGQ42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2LK4DSL5RW63LNMVXHIX3POBSW4X3DNRUWG2Y#issuecomment-4290877349>
we probably need to wait for the pulumi issue to get fixed
have you tried this branch? does it work?
—
Reply to this email directly, view it on GitHub
<#6792?email_source=notifications&email_token=AAOHVVEHFHBTAJELS5SMUPD4W64RBA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRZGA4DONZTGQ42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2LK4DSL5RW63LNMVXHIX3POBSW4X3DNRUWG2Y#issuecomment-4290877349>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOHVVHYQQYSBWDWROJ52B34W64RBAVCNFSM6AAAAACYAKY6BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DEOJQHA3TOMZUHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add
ap-southeast-6(Auckland) to thesupportedRegionsmap inssr-site.ts.AWS launched this region in 2025; without an entry, multi-region SSR site routing metadata cannot record coordinates for server Lambdas deployed there, and region validation can fail depending on the Pulumi AWS provider version.
Fixes #6791 on the SST side.
Related: pulumi/pulumi-aws#6208 (Pulumi
Regionenum may need updating separately for full support).