UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

6 lines (5 loc) 268 B
export { fromSSO } from "./fromSSO"; export type { SsoCredentialsParameters, FromSSOInit } from "./fromSSO"; export { isSsoProfile } from "./isSsoProfile"; export type { SSOToken, SsoProfile } from "./types"; export { validateSsoProfile } from "./validateSsoProfile";