UNPKG

@gravitywelluk/aws

Version:

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

2 lines (1 loc) 201 B
export declare const addJobToQueue: (processJobId: number, jobData: Record<string, any>, userId: number | string | null, queueName: string, configOverrides?: {}) => Promise<AWS.SQS.SendMessageResult>;