Serverless
AWS Lambda
Learn how to ingest your first submission using AWS Lambda
Prerequisites
To get the most out of this guide, you’ll need to:
1. Create a AWS Lambda function
Go to aws.amazon.com and create a new Lambda function using the Node 22.x runtime.
2. Edit the handler function
Paste the following code into the browser editor and update the ENDPOINT_URL.
index.mjs
3. Deploy and ingest submissions
Click on Deploy
and then Test
at the left of the screen.
4. Try it yourself
Formizee AWS Lambda Example
See the full source code
Was this page helpful?