UNPKG

@aws-amplify/datastore

Version:

AppSyncLocal support for aws-amplify

8 lines (6 loc) 288 B
// Default behavior is to use the primary auth mode for an API, // so we are returning an empty array so that DataStore will default // to using the primary auth mode. const defaultAuthStrategy = () => []; export { defaultAuthStrategy }; //# sourceMappingURL=defaultAuthStrategy.mjs.map