UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

7 lines (6 loc) 262 B
import { AwsCredentialIdentity } from "@smithy/types"; import { ProcessCredentials } from "./ProcessCredentials"; /** * @internal */ export declare const getValidatedProcessCredentials: (profileName: string, data: ProcessCredentials) => AwsCredentialIdentity;