0.0.1 • Published 7 years ago

qwebs-aws-ses v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

qwebs-aws-ses

AWS SES service for Qwebs server.

NPM Build Status Coverage Status

Features

AWS SES

{
    "aws": {
        "ses": {
            "apiVersion": "2010-12-01", 
            "region": "eu-west-1",
        }
    }
}

Declare and inject AWS SES service

{
  "services": [
    { "name": "$aws-ses", "location": "qwebs-aws-ses" }
  ]
}

Installation

$ npm install qwebs-aws-ses

Test

To run our tests, clone the qwebs-aws-ses repo and install the dependencies.

$ git clone https://github.com/BenoitClaveau/qwebs-aws-ses --depth 1
$ cd qwebs-aws-ses
$ npm install
$ node.exe "..\node_modules\jasmine-node\bin\jasmine-node" --verbose tests