UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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