← Back to Projects

Build a Serverless Lead Capture on AWS

An automated, cost-effective system to capture and process leads from a web form.

Build a Serverless Lead Capture on AWS

About this project

This project demonstrates a fully serverless architecture for capturing lead information from a static website. When a user submits a form, the data is sent to an API Gateway endpoint, which triggers a Lambda function. The function processes the data and stores it in a DynamoDB table, providing a scalable and highly available solution without managing any servers.

Project Info
AWS Lambda
API Gateway
DynamoDB
IAM
Python
View GitHub