UNPKG

@gravitywelluk/aws

Version:

Library of commonly used AWS wrapper functions to communicate with the AWS SDK

3 lines (2 loc) 108 B
import * as AWSModule from "aws-sdk"; export declare const sqsConfigure: (sqsConfig?: {}) => AWSModule.SQS;