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.

6 lines (5 loc) 370 B
import type { ILambdaMock } from "../rapidApi"; export declare const initEventSourceMapping: (lambdas: ILambdaMock[]) => Promise<void>; export declare const getBatchItemFailures: (records: any[], response?: any) => any[] | undefined; export declare const createBatch: (records: any, batchSize: number) => any[]; export declare const isJsObject: (value: any) => boolean;