Skip to content

Comments

feat: add support for ap-east-2 region#13260

Merged
czubocha merged 1 commit intomainfrom
sc-3768
Jan 15, 2026
Merged

feat: add support for ap-east-2 region#13260
czubocha merged 1 commit intomainfrom
sc-3768

Conversation

@czubocha
Copy link
Contributor

Add Support for AWS Region Taipei ap-east-2

Resolves #13257

Summary

Adds support for the new AWS Asia Pacific (Taipei) region ap-east-2 to the Serverless Framework.

Changes

Schema Validation

Added ap-east-2 to the allowed regions enum in provider.region schema validation.

Files Changed

File Change
packages/serverless/lib/plugins/aws/provider.js Added ap-east-2 to region enum

Limitations

Note

The serverless dev command is not supported in ap-east-2 because AWS IoT Core is not currently available in that region. Once AWS launches IoT Core in Taipei, we can add support for dev mode.

Verification

Users can now deploy to ap-east-2 region:

provider:
  name: aws
  region: ap-east-2

@czubocha czubocha requested a review from eahefnawy January 15, 2026 03:48
@Mmarzex
Copy link
Contributor

Mmarzex commented Jan 15, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@czubocha czubocha merged commit 49df6d2 into main Jan 15, 2026
10 checks passed
@czubocha czubocha deleted the sc-3768 branch January 15, 2026 11:46
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Support for AWS Region Taipei ap-east-2

2 participants