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) 266 B
interface Attributes { DelaySeconds?: number; MessageRetentionPeriod?: number; ReceiveMessageWaitTimeSeconds?: number; VisibilityTimeout?: number; } export interface QueueAttributes { default?: Attributes; override?: Attributes; } export {};