UNPKG

@vtexlab/planner-message-bus

Version:

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

7 lines (6 loc) 315 B
export declare function createSnsTopic(topicName: string): Promise<string>; export declare function tagTopic(topicArn: string, tags?: Array<{ Key: string; Value: string; }>): Promise<void>; export declare function subscribeSnsTopicToQueue(topicName: string, queueName: string): Promise<string | undefined>;