lambda-contact-form/README.md

17 lines
513 B
Markdown
Raw Permalink Normal View History

2018-12-12 09:37:10 +00:00
# lambda-contact-form
2018-12-12 10:05:33 +00:00
2018-12-12 09:37:10 +00:00
A lambda function used as the endpoint for the contact form on my website.
2018-12-12 10:05:33 +00:00
Since moving my website from Wordpress to Gatsby.js I have been using FormSpree.io for my contact form.
2018-12-12 09:37:10 +00:00
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.
2018-12-12 10:05:33 +00:00
## Deploying
```
cd src/ContactForm
2018-12-12 10:56:09 +00:00
dotnet lambda deploy-function ContactForm
2018-12-12 10:05:33 +00:00
```