UNPKG

@goldstack/utils-aws-lambda

Version:

Utilities for deploying AWS Lambda functions

9 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RouteType = void 0; var RouteType; (function (RouteType) { RouteType["DIR"] = "DIR"; RouteType["FUNCTION"] = "FUNCTION"; })(RouteType || (exports.RouteType = RouteType = {})); //# sourceMappingURL=LambdaConfig.js.map