Created
October 2, 2017 21:44
-
-
Save pbzona/91182eb9eec6472f860f4277c49b14dc to your computer and use it in GitHub Desktop.
Constant declarations for serverless contact form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const AWS = require('aws-sdk'); | |
const sesClient = new AWS.SES(); | |
const sesConfirmedAddress = "<your-verified-ses-email>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment