UNPKG

lesgo

Version:

Core framework for lesgo node.js serverless framework.

5 lines (4 loc) 192 B
import { SQSClient } from '@aws-sdk/client-sqs'; import { ClientOptions } from '../../types/aws'; declare const getClient: (clientOpts?: ClientOptions) => SQSClient; export default getClient;