UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

10 lines (9 loc) 206 B
import type { Provider } from "@smithy/types"; /** * @internal */ export type Logins = Record<string, string | Provider<string>>; /** * @internal */ export type ResolvedLogins = Record<string, string>;