Skip to content

Instantly share code, notes, and snippets.

@ljhaywar
ljhaywar / EmailAboutComment.js
Created July 29, 2019 13:19
Intro to MongoDB Stitch Video 5: EmailAboutComment
exports = function(changeEvent){
console.log("changeEvent: " + JSON.stringify(changeEvent));
const { fullDocument } = changeEvent;
console.log("full document " + JSON.stringify(fullDocument));
const ses = context.services.get("aws").ses();
var email = {
Destination: {