Skip to content

fix(aws): Add ap-southeast-6 to SSR site supported regions#6792

Open
shansmith01 wants to merge 1 commit intoanomalyco:devfrom
shansmith01:add-ap-southeast-6
Open

fix(aws): Add ap-southeast-6 to SSR site supported regions#6792
shansmith01 wants to merge 1 commit intoanomalyco:devfrom
shansmith01:add-ap-southeast-6

Conversation

@shansmith01
Copy link
Copy Markdown

@shansmith01 shansmith01 commented Apr 21, 2026

Add ap-southeast-6 (Auckland) to the supportedRegions map in ssr-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 Region enum may need updating separately for full support).

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
@vimtor
Copy link
Copy Markdown
Collaborator

vimtor commented Apr 21, 2026

we probably need to wait for the pulumi issue to get fixed

have you tried this branch? does it work?

@shansmith01
Copy link
Copy Markdown
Author

shansmith01 commented Apr 21, 2026 via email

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.

Missing region ap-southeast-6 missing in ssr-site.ts

2 participants