зеркало из
1
0
Форкнуть 0
DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Phil Booth 65d62921f8 chore(project): add the MPL 2018-06-21 11:30:09 +01:00
.eslintrc.json feat(fn): forward sendgrid events to SQS queues 2018-06-20 18:25:24 +01:00
.gitignore feat(fn): forward sendgrid events to SQS queues 2018-06-20 18:25:24 +01:00
.travis.yml chore(project): configure ci 2018-06-21 11:30:09 +01:00
LICENSE chore(project): add the MPL 2018-06-21 11:30:09 +01:00
README.md chore(docs): add a basic readme 2018-06-21 11:30:09 +01:00
index.js fix(fn): remove unnecessary JSON.parse step 2018-06-21 11:30:08 +01:00
package-lock.json feat(fn): forward sendgrid events to SQS queues 2018-06-20 18:25:24 +01:00
package.json feat(fn): forward sendgrid events to SQS queues 2018-06-20 18:25:24 +01:00
test.js fix(fn): remove unnecessary JSON.parse step 2018-06-21 11:30:08 +01:00

README.md

fxa-sendgrid-event-proxy

This repo proxies events from the Sengrid Event Webhook to our SES bounce, complaint and delivery queues. In doing so, it acts as a bridge that enables our existing queue-processing logic in fxa-email-service. to handle notifications that originate from Sendgrid. It runs in AWS Lambda, using the name fxa-sendgrid-event-proxy.