/react-contact-form

📩 A simple contact form built with React Bootstrap, and powered by AWS.

Primary LanguageJavaScriptMIT LicenseMIT

Contact Me

A simple contact form built with React Bootstrap, and powered by AWS. Try it out and send me a note.

Contact Form Contact Form

Setting up the backend

There are a number of different ways to achieve the same end result here. I am familiar with Amazon Web Services so that is the route I chose.

A great article with all of the documentation you will need to get started can be found here.

I will outline the main steps below:

  1. Setup Amazon SES
  2. Create your Lambda function (example here)
  3. Create your API Gateway endpoint
  4. Connect your form to the endpoint URL