UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

11 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.S3ResponseSender = void 0; const base_response_sender_class_1 = require("../../../core/response-sending/base-response-sender.class"); class S3ResponseSender extends base_response_sender_class_1.BaseResponseSender { constructor(lambdaCallback) { super(lambdaCallback); } } exports.S3ResponseSender = S3ResponseSender; //# sourceMappingURL=s3-response-sender.class.js.map