Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 503 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 503 Bytes

Email dispatcher

Service to send emails from TKO-äly's services. Build on serverless and AWS SES.

Development

  1. Install serverless
  2. yarn
  3. sls offline

Deployment

Push to master.

Using in applications

POST ${email-dispatcher url}

X-Token: [auth token from aws secrets manager]

Body:

{
  "to": "[email protected]",
  "subject": "Hello world",
  "message": "Hello world",
  "from": "[email protected]"
}