Visit the App | View on Github
Description
This is a simple, server-less contact form. Fill out the information and it will send out an email to the email address provided.
How it Works
Upon submit, this contact form sends the user input data to the API Gateway using Axios. A Lambda function retrieves this data and does two things with it. 1) An email is sent to the provided email address using SES 2) the message portion of the email is stored in DynamoDB.
My Role
Sole Developer
Technologies Used:
- AWS
- Lambda
- SES
- API Gateway
- DynamoDB
- S3
- JavaScript
- Node.js
- ReactJS
- Material-UI
- React-material-ui-form-validator
- CSS
- HTML