UNPKG

@aws-amplify/datastore

Version:

AppSyncLocal support for aws-amplify

7 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // 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. exports.defaultAuthStrategy = function () { return []; }; //# sourceMappingURL=defaultAuthStrategy.js.map