qwebs-aws-ses
v0.0.1
Published
AWS SES service for Qwebs server
Downloads
2
Maintainers
Readme
qwebs-aws-ses
AWS SES service for Qwebs server.
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