Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created October 2, 2017 21:44
Show Gist options
  • Save pbzona/91182eb9eec6472f860f4277c49b14dc to your computer and use it in GitHub Desktop.
Save pbzona/91182eb9eec6472f860f4277c49b14dc to your computer and use it in GitHub Desktop.
Constant declarations for serverless contact form
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