UNPKG

@studyportals/sp-r2d2

Version:

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

11 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SingleRecordSqsEventTranslatorFactory = void 0; const single_record_sqs_event_translator_class_1 = require("./single-record-sqs-event-translator.class"); class SingleRecordSqsEventTranslatorFactory { create() { return new single_record_sqs_event_translator_class_1.SingleRecordSqsEventTranslator(); } } exports.SingleRecordSqsEventTranslatorFactory = SingleRecordSqsEventTranslatorFactory; //# sourceMappingURL=single-record-sqs-event-translator-factory.class.js.map