BackendSecret: {
resolve: ((scope, backendIdentifier) => any);
resolvePath: ((backendIdentifier) => any);
}
Type declaration
resolve: ((scope, backendIdentifier) => any)
- (scope, backendIdentifier): any
Parameters
scope: any
backendIdentifier: any
Returns any
resolvePath: ((backendIdentifier) => any)
- (backendIdentifier): any
Returns 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.