Create README.md
This commit is contained in:
parent
4e2918f69f
commit
144a482f75
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue