UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

6 lines (5 loc) 182 B
export declare const ENV_PROFILE = "AWS_PROFILE"; export declare const DEFAULT_PROFILE = "default"; export declare const getProfileName: (init: { profile?: string; }) => string;