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.

11 lines (10 loc) 348 B
import { ServerResponse } from "http"; export declare const notFoundKey: ({ key, requestId }: { key: string; requestId: string; }, res: ServerResponse) => void; export declare const copyObjectResponse: ({ LastModified, ETag, requestId }: { LastModified: string; ETag: string; requestId: string; }, res: ServerResponse) => void;