Skip to content

fix(aws): add ap-southeast-6 region#6853

Open
iamujjwalsinha wants to merge 1 commit intoanomalyco:devfrom
iamujjwalsinha:fix/issue-6791-add-ap-southeast-6-region
Open

fix(aws): add ap-southeast-6 region#6853
iamujjwalsinha wants to merge 1 commit intoanomalyco:devfrom
iamujjwalsinha:fix/issue-6791-add-ap-southeast-6-region

Conversation

@iamujjwalsinha
Copy link
Copy Markdown

Summary

  • add ap-southeast-6 (Auckland, New Zealand) to the supported SSR site AWS region coordinates

Testing

  • git diff --check

Closes #6791

Copilot AI review requested due to automatic review settings May 2, 2026 06:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for the newly launched AWS region ap-southeast-6 (Auckland, New Zealand) in the AWS SSR site component’s region-to-coordinates mapping, enabling correct nearest-region routing metadata generation.

Changes:

  • Add ap-southeast-6 lat/lon coordinates to the supportedRegions map in SsrSite.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"ap-southeast-3": { lat: -6.2088, lon: 106.8456 }, // Jakarta, Indonesia
"ap-southeast-4": { lat: -37.8136, lon: 144.9631 }, // Melbourne, Australia
"ap-southeast-5": { lat: 3.139, lon: 101.6869 }, // Kuala Lumpur, Malaysia
"ap-southeast-6": { lat: -36.8485, lon: 174.7633 }, // Auckland, New Zealand
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