Using Netlify Lambda Functions & SendGrid to send emails in Gatsby
I wanted to implement a contact form on my website, which is developed using Gatsby. However, Gatsby sites are a static sites with no "backend". In this post, we will use Netlify's Lamba Functions with the SendGrid API to implement a Contact Form on static sites.