aws-amplify / aws-amplify/amplify-cli
It would be great for Amplify CLI functions to support shared secrets
- 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?
function
### Is this related to another service?
_No response_
### Describe the feature you'd like to request
Currently amplify functions allows you to create secrets and environment variables which is very useful. However there are certain values that need to be reused between functions (ex: External Client Ids, External Secrets, etc.). Currently these need to be configured for each function.
### Describe the solution you'd like
I would love to have the ability to import an existing secret from an existing function to a new function I am creating.
### Describe alternatives you've considered
Currently the only option is to create copies of the same secret for every function, im looking into a custom cdk alternative as well at the moment.
### 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.