BackendSecret: {
    resolve: ((scope, backendIdentifier) => any);
    resolvePath: ((backendIdentifier) => any);
}

Importing the full objects from @aws-amplify/plugin-types more than doubles dev env runtime. This type replacement will contain the content for config without the negative side-effects. We may need to re-approach if customers interact with these programmatically to avoid forcing narrowing.

Type declaration

  • resolve: ((scope, backendIdentifier) => any)
      • (scope, backendIdentifier): any
      • Parameters

        • scope: any
        • backendIdentifier: any

        Returns any

  • resolvePath: ((backendIdentifier) => any)
      • (backendIdentifier): any
      • Parameters

        • backendIdentifier: any

        Returns any