UNPKG

serverless-aws-lambda

Version:

AWS Application Load Balancer and API Gateway - Lambda dev tool for Serverless. Allows Express synthax in handlers. Supports packaging, local invoking and offline ALB, APG, S3, SNS, SQS, DynamoDB Stream server mocking.

12 lines (11 loc) 320 B
export declare const log: { GREEN: (s: string) => void; YELLOW: (s: string) => void; CYAN: (s: string) => void; BR_BLUE: (s: string) => void; RED: (s: string) => void; GREY: (s: string) => void; setDebug: (_debug: boolean) => void; getDebug: () => boolean; info: (s: any) => void; };