lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
8 lines (7 loc) • 530 B
TypeScript
export type { CognitoProviderParameters } from "./CognitoProviderParameters";
export type { Logins, ResolvedLogins } from "./Logins";
export type { Storage } from "./Storage";
export { fromCognitoIdentity } from "./fromCognitoIdentity";
export type { CognitoIdentityCredentials, CognitoIdentityCredentialProvider, FromCognitoIdentityParameters, } from "./fromCognitoIdentity";
export { fromCognitoIdentityPool } from "./fromCognitoIdentityPool";
export type { FromCognitoIdentityPoolParameters } from "./fromCognitoIdentityPool";