aws-amplify / aws-amplify/amplify-cli
Allow Amplify CLI to create Geo (maps) in ca-central-1
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
### Is this feature request related to a new or existing Amplify category?
New category
### Is this related to another service?
Geo (location services)
### Describe the feature you'd like to request
When running `amplify add geo` while my app is deployed in ca-central-1, it creates the Map in us-east-1.
Ca-central-1 does support Maps, so there should be no region restriction. It looks like ca-central-1 is mapped to us-east-1 for some reason. - https://github.com/aws-amplify/amplify-cli/blob/e6586af2b3f541edf426ddea953aad32546c9e91/packages/amplify-provider-awscloudformation/src/aws-utils/aws-location.ts#L15
### Describe the solution you'd like
Use ca-central-1 for the locations region when using amplify add geo.
### Describe alternatives you've considered
Creating my own custom resource in ca-central-1
### Additional context
_No response_
### Is this something that you'd be interested in working on?
- [ ] 👋 I may be able to implement this feature request
### Would this feature include a breaking change?
- [ ] ⚠️ This feature might incur a breaking change
Contributor guide
Assessment
This issue has not been assessed yet.