A lambda function used as the endpoint for the contact form on my website.
Find a file
2018-12-12 09:37:10 +00:00
LICENSE Initial commit 2018-12-12 09:34:03 +00:00
README.md Create README.md 2018-12-12 09:37:10 +00:00

lambda-contact-form

A lambda function used as the endpoint for the contact form on my website.

Since moving my website from Wordpress to Gatsby.js I have been using FormSpree.io for my contact form.

However, I wanted to keep everything on my own domain and needed an excuse to play around with AWS Lambda.

This function is based off of my lamda-dotnet-console project.