UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

8 lines (7 loc) 352 B
export { fromEnvSigningName } from "./fromEnvSigningName"; export type { FromEnvSigningNameInit } from "./fromEnvSigningName"; export { fromSso } from "./fromSso"; export type { FromSsoInit } from "./fromSso"; export { fromStatic } from "./fromStatic"; export type { FromStaticInit } from "./fromStatic"; export { nodeProvider } from "./nodeProvider";