You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bedrock): add missing regional inference profile prefixes for Japan and Australia
- Add jp. prefix for ap-northeast- regions (Tokyo/Osaka)
- Add au. prefix for ap-southeast-2 region (Sydney)
- Reorder mappings by pattern length descending for correct matching
- Update tests to reflect new regional mappings
- Allow numbers in region pattern validation regex
Addresses feedback from XL-Lewis per AWS documentation:
https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html
0 commit comments