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.

9 lines (8 loc) 227 B
export declare const noSuchBucket: ({ Bucket, RequestId }: { Bucket: string; RequestId: string; }) => string; export declare const noSuchKey: ({ Key, RequestId }: { Key: string; RequestId: string; }) => string;