TheAmazingPT / gcf-sendgrid-proxy

A small and simple proxy for SendGrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Function for SendGrid

A small and fast cloud function setup for proxying requests to SendGrid.

Development

npm install
npx functions start
npx functions deploy sendMail --trigger-http

Debugging

npx functions inspect sendMail

Deployment

gcloud functions deploy sendMail --region europe-west1 --runtime nodejs8 --trigger-http

About

A small and simple proxy for SendGrid


Languages

Language:JavaScript 100.0%