UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

13 lines (12 loc) 240 B
/** * @internal */ export type ProcessCredentials = { Version: number; AccessKeyId: string; SecretAccessKey: string; SessionToken?: string; Expiration?: number; CredentialScope?: string; AccountId?: string; };