aws-amplify / aws-amplify/amplify-hosting
Environment variable override name is not updated after origin env's name is changed
- Dominant language
- Dockerfile
- Stars
- 481
- Forks
- 123
- PR merge metrics
- No merged PRs in 30d
Description
**Reproduction steps:**
1. Open app's environment variables
2. Create variable and make override for it
3. Change variable's name
Expected result: Variable's override should update it's name to be the same as origin
Actual result: Override keeps previous value and since user is unable to change it from UI the only option is to copy the value and recreate all dependent overrides.
Contributor guide
Research direction
Start by locating the app's environment-variable and override handling, then reproduce the issue by renaming an origin variable with an existing override. Trace where the override name is retained after the origin change. Done means dependent overrides automatically use the origin variable's new name and the reproduction no longer leaves stale names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100