Blog on dlford.io · Apr 8, 2020
How to Set Up Serverless Form Submissions with AWS Lambda
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

 
 Introduction 
 We’re going to set up two Lambda functions that send out form data via an external Email server, you could also use SES instead of the external Email server if desired . The first will handle a simple application/json post request, and the second will handle multipart/form-data requests with file attachments. 
 Getting Started 
 First, we need to…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.