A lambda function used as the endpoint for the contact form on my website.
Find a file
2018-12-12 13:51:17 +00:00
.vscode Simple Send Function 2018-12-12 10:56:09 +00:00
src/ContactForm Added configurable return url 2018-12-12 13:51:17 +00:00
test/ContactForm.Tests Added configurable return url 2018-12-12 13:51:17 +00:00
.gitignore Simple Send Function 2018-12-12 10:56:09 +00:00
ContactForm.sln Added project files from lamda-dotnet-console 2018-12-12 09:47:36 +00:00
LICENSE Initial commit 2018-12-12 09:34:03 +00:00
README.md Simple Send Function 2018-12-12 10:56:09 +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.

Deploying

cd src/ContactForm
dotnet lambda deploy-function ContactForm