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
We need to be able to fetch secrets that are not managed by amplify. We would like the secret() function to be able to receive arns and/or logical ids from the wider AWS account or have an externalSecret() function.
This is because of some corporate rules, amplify is flexible enough to meet all other needs but this would require a significant amount of tinkering on our behalf so would be good to avoid.
Use case
Meeting corporate rules, using backend as a standalone cdk framework without the need for amplify managed service.
The text was updated successfully, but these errors were encountered:
Environment information
Describe the feature
We need to be able to fetch secrets that are not managed by amplify. We would like the
secret()
function to be able to receive arns and/or logical ids from the wider AWS account or have anexternalSecret()
function.This is because of some corporate rules, amplify is flexible enough to meet all other needs but this would require a significant amount of tinkering on our behalf so would be good to avoid.
Use case
Meeting corporate rules, using backend as a standalone cdk framework without the need for amplify managed service.
The text was updated successfully, but these errors were encountered: