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.

8 lines (7 loc) 301 B
import type { ILambda } from "../../defineConfig"; import type { QueueAttributes } from "./types"; export declare const getQueues: (resources: any, lambdas: ILambda[], attributes?: QueueAttributes) => { QueueName: string; tags?: Record<string, any>; Attributes?: Record<string, any>; }[];