UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

13 lines (10 loc) 460 B
const { EndpointURLScheme, HttpAuthLocation, RequestHandlerProtocol } = require("@smithy/types"); exports.EndpointURLScheme = EndpointURLScheme; exports.HttpAuthLocation = HttpAuthLocation; exports.RequestHandlerProtocol = RequestHandlerProtocol; var HostAddressType; (function (HostAddressType) { HostAddressType["AAAA"] = "AAAA"; HostAddressType["A"] = "A"; })(HostAddressType || (HostAddressType = {})); exports.HostAddressType = HostAddressType;