This project demonstrates a serverless web application built using AWS services such as Lambda, API Gateway, DynamoDB, and S3. The application allows users to submit data via a web interface, which is then stored in a DynamoDB table and retrieved upon request.
- AWS account with necessary permissions to create and manage Lambda, API Gateway, DynamoDB, and S3 resources.
- AWS CLI configured with your AWS credentials.
- Python 3.8 or later installed on your local machine.
git clone https://github.com/your-username/serverless-web-app.git
cd serverless-web-app