pip-services3-aws-node
Version:
AWS-specific components for Pip.Services in Node.js
8 lines • 562 B
JavaScript
;
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