0.0.10 • Published 8 months ago

@babl.one/sender-amazon-sns v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Plugin : @babl.one/sender-amazon-sns

This plugin for the @babl.one/sender component enables your application to send text messages using Amazon SNS. It provides a simple and efficient way to integrate SNS into your @babl.one messaging pipeline.

Installation

You can install this plugin using npm or yarn:

npm install @babl.one/sender-amazon-sns

Config

Add the following configuration to your "/config/senders.json"

{
      "INSTANCE_NAME" : {
            "service"         : "SNS",
            "from"            : "800-505-5555",
            "account"         : "",
            "privateKey"      : "",
            "region"          : "us-west-2"
      }
}
0.0.10

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago