Skip to content

Serverless plugin to add a SNS destination to a SES ConfigurationSet

License

Notifications You must be signed in to change notification settings

Advanon/serverless-ses-sns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-ses-sns

This plugin adds a SNS topic as destination for a SES ConfigurationSet.

Installation

npm install --save-dev serverless-ses-sns

Usage

plugins:
  - serverless-ses-sns

custom:
  snsDestination:
    region: <region> # If absent, self:provider.region will be used
    configurationSet: <configuration set name>
    topicArn: <topic arn> # If absent, one will be created
    events: # One or more of the following
      - renderingFailure
      - reject
      - bounce
      - send
      - complaint
      - delivery
      - open
      - click

Contributing

Feedback, bug reports, and pull requests are welcome.

For pull requests, make sure to follow the following guidelines:

  • Add tests for each new feature and bug fix.
  • Follow the existing code style, enforced by eslint.
  • Separate unrelated changes into multiple pull requests.

License

Apache License 2.0, see LICENSE.

Releases

No releases published

Packages

No packages published