2.3.0 • Published 7 years ago

scatter-gather-external-events v2.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 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

7 years ago

2.2.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago