Skip to content

Instantly share code, notes, and snippets.

@weilandia
Last active November 28, 2017 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weilandia/d9a524c7891c38854c9da2e15384b68d to your computer and use it in GitHub Desktop.
Save weilandia/d9a524c7891c38854c9da2e15384b68d to your computer and use it in GitHub Desktop.
{
"name": "sendgrid-webhook-to-mixpanel-lambda",
"version": "1.0.0",
"description": "A lambda function for tracking SendGrid events in Mixpanel",
"main": "index.js",
"license": "MIT",
"dependencies": {
"mixpanel": "^0.7.0",
"serverless-http": "^1.5.2"
},
"devDependencies": {
"chai": "^4.1.2",
"lambda-local": "^1.4.4",
"mocha": "^4.0.1",
"serverless-offline": "^3.16.0",
"sinon": "^4.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment