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.

6 lines (5 loc) 205 B
import { type SQSClientConfig, type SQSClient } from "@aws-sdk/client-sqs"; export declare class AwsServices { static sqs: SQSClient; static setSqsClient(config: SQSClientConfig): Promise<void>; }