UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 171 B
import { fromTokenFile as _fromTokenFile } from "@aws-sdk/credential-provider-web-identity"; export const fromTokenFile = (init = {}) => _fromTokenFile({ ...init, });