@studyportals/sp-r2d2
Version:
A framework that contains various components used when developing projects that will be deployed via AWS λ.
14 lines • 774 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CognitoAuthorizedApiGatewayEventTranslatorFactory = void 0;
const cognito_authorized_api_gateway_event_translator_class_1 = require("./cognito-authorized-api-gateway-event-translator.class");
class CognitoAuthorizedApiGatewayEventTranslatorFactory {
constructor(options = {}) {
this.options = options;
}
create() {
return new cognito_authorized_api_gateway_event_translator_class_1.CognitoAuthorizedApiGatewayEventTranslator(this.options);
}
}
exports.CognitoAuthorizedApiGatewayEventTranslatorFactory = CognitoAuthorizedApiGatewayEventTranslatorFactory;
//# sourceMappingURL=cognito-authorized-api-gateway-event-translator-factory.class.js.map