@tsed/platform-aws
Version:
Module to support AWS function with Ts.ED
7 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./components/PlatformAws"), exports);
(0, tslib_1.__exportStar)(require("./decorators/awsContext"), exports);
(0, tslib_1.__exportStar)(require("./decorators/awsEvent"), exports);
//# sourceMappingURL=index.js.map