UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

15 lines (14 loc) 220 B
export type AwsConfiguration = { /** * AWS profile to use */ profile?: string; /** * AWS region to use */ region?: string; /** * AWS role to use */ role?: string; };