UNPKG

@vtexlab/planner-message-bus

Version:

A Message Bus that uses AWS SNS, AWS SQS, and AWS EventBridge

12 lines (11 loc) 305 B
export declare function createQueue(queueName: string, tags?: Array<{ Key: string; Value: string; }>): Promise<{ arn: string; url: string; }>; export declare function bindTopic(topicName: string, queueName?: string, tags?: Array<{ Key: string; Value: string; }>): Promise<string>;