UNPKG

@gravitywelluk/aws

Version:

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

8 lines (7 loc) 193 B
/** * Get a queue url * * @returns {Promise<string>} * @memberof AwsSQSService */ export declare const getQueueUrl: (queueName: string, configOverrides?: {}) => Promise<string>;