Skip to content

Support runtime configuration #4030

@harsh62

Description

@harsh62

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreAmplify Core componentsfeature-requestRequest a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions