Skip to content

A lamda function that receives email data and sends it through AWS SES

Notifications You must be signed in to change notification settings

k-man-null/mailman-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda function that sends emails

This lambda function runs on AWS lambda. It is called from a GCLOUD pubsub PUSH subscription.

Since lambda fuctions have an http endpoint, the message from GCLOUD pubsub can be used to trigger the function.

Ensure you have SES setup to send emails

Ensure you have created the function in AWS and have the http endpoint

About

A lamda function that receives email data and sends it through AWS SES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published