From 144a482f75b68c4969e923449d92d0804d301feb Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Wed, 12 Dec 2018 09:37:10 +0000 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25233e2 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# 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](https://github.com/hyettdotme/lamda-dotnet-console) project.