Skip to content

TheAmazingPT/gcf-sendgrid-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published