2.3.0 • Published 6 years ago

scatter-gather-external-events v2.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

scatter-gather-external-events-sns

Module for the scatter-gather library that sends messages to an external event bus.

This package provides a module that can be plugged into the scatter-gather package. It will take messages sent to it by the scatter-gather and forward them on to an external message bus such as SNS.

Usage

You can use this module with SNS in the following manner:

const ExternalEventsSns = require('scatter-gather-external-events').ExternalEventsSNS
const extEvts = new ExternalEventsSns({
    topicArn: 'FakeArn'.
    region: 'us-west-2'
})
2.3.0

6 years ago

2.2.0

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago