UNPKG

pip-services3-aws-node

Version:
8 lines 562 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** @module container */ var LambdaFunction_1 = require("./LambdaFunction"); Object.defineProperty(exports, "LambdaFunction", { enumerable: true, get: function () { return LambdaFunction_1.LambdaFunction; } }); var CommandableLambdaFunction_1 = require("./CommandableLambdaFunction"); Object.defineProperty(exports, "CommandableLambdaFunction", { enumerable: true, get: function () { return CommandableLambdaFunction_1.CommandableLambdaFunction; } }); //# sourceMappingURL=index.js.map