-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
coreAmplify Core componentsAmplify Core componentsfeature-requestRequest a new featureRequest a new feature
Description
Is your feature request related to a problem? Please describe.
Support for runtime configuration in Amplify Swift. While the current method using amplify_outputs.json
and amplifyconfiguration.json
works, there are valid scenarios—especially in regulated or secure domains like healthcare—where developers must inject configuration securely at runtime (e.g., from the iOS Keychain).
Describe the solution you'd like
Full support for initializing Amplify without file-based configuration, through a stable, type-safe runtime API, would greatly improve flexibility and reduce reliance on fragile workarounds such as replicating internal structures.
Describe alternatives you've considered
Passing amplifyconfiguration.json
as a Configuration object during Amplify.configure
.
harsh62, vincentsonderio, kimuyonsoku, yongsuk and vincent-peng
Metadata
Metadata
Assignees
Labels
coreAmplify Core componentsAmplify Core componentsfeature-requestRequest a new featureRequest a new feature