Skip to content

Example of an api gw call to a lambda function to send a webform email.

Notifications You must be signed in to change notification settings

kainlite/aws-serverless-go-ses-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example repo

It sends an email using AWS SES with the data coming from the API call (using aws-lambda-go) in the form of:

{
  email: "[email protected]",
  message: "A cool message..."
}

About

Example of an api gw call to a lambda function to send a webform email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published