Create a Serverless Form for a Serverless Website

How to create a serverless backend to accept incoming form data (or other data from API requests) and send an email containing that data

Paulo Carvalho
Better Programming
Published in
3 min readJun 13, 2022

--

Photo by Jonathan in Unsplash

S3+CloudFront makes for a simple and low-cost solution to hosting a static website. However, what happens when you require an HTML form? We will go over…

--

--