UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

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>;