UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 149 B
import { fromSSO as _fromSSO } from "@aws-sdk/credential-provider-sso"; export const fromSSO = (init = {}) => { return _fromSSO({ ...init }); };