@boostercloud/rocket-auth-aws-infrastructure
Version:
Booster rocket to deploy an auth api using AWS Cognito
12 lines (11 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const auth_stack_1 = require("./auth-stack");
const AWSAuth = (params) => {
var _a;
return ({
mountStack: auth_stack_1.AuthStack.mountStack.bind(null, params),
unmountStack: (_a = auth_stack_1.AuthStack.unmountStack) === null || _a === void 0 ? void 0 : _a.bind(null, params),
});
};
exports.default = AWSAuth;