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.

7 lines (6 loc) 262 B
export declare const TAG_KEY_MIN_LEN = 1; export declare const TAG_KEY_MAX_LEN = 128; export declare const TAG_VALUE_MIN_LEN = 0; export declare const TAG_VALUE_MAX_LEN = 256; export declare const MAX_BUCKET_TAGS = 50; export declare const MAX_OBJECT_TAGS = 10;