fix: add missing AgentCore regions to match AWS documentation#833
Merged
jesseturner21 merged 1 commit intoaws:mainfrom Apr 14, 2026
Merged
Conversation
Add 6 regions (ap-northeast-2, ca-central-1, eu-north-1, eu-west-2, eu-west-3, sa-east-1) to AgentCoreRegionSchema to match the official AWS Bedrock Agentcore supported regions documentation. Closes aws#822
Contributor
Package TarballHow to installnpm install https://github.com/aws/agentcore-cli/releases/download/pr-833-tarball/aws-agentcore-0.8.0.tgz |
jesseturner21
approved these changes
Apr 14, 2026
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.
Summary
AgentCoreRegionSchemato match the official AWS Bedrock Agentcore documentation:ap-northeast-2,ca-central-1,eu-north-1,eu-west-2,eu-west-3,sa-east-1llm-compacted/aws-targets.ts) to stay in syncvalidRegions, rejected-region examples updated to use actually-unsupported regionsRelated Issue
Closes #822 (supersedes #823 which only adds
eu-west-2)Type of Change
Test plan
npx vitest run src/schema/schemas/__tests__/aws-targets.test.ts— all 38 tests passnpm run build— compiles cleanly (tsc, esbuild, assets)AgentCoreRegionSchema.safeParse()agentcore deploywitheu-west-2in config (needs AWS credentials)