This project demonstrates a serverless architecture on AWS. Enter a mathematical expression to have it calculated by a Lambda function, with inputs and results stored in DynamoDB and displayed below.
Project Overview and Workflow
This serverless project integrates various AWS services to create a dynamic web application. The application allows users to enter mathematical expressions, calculates the results, and displays both the inputs and results in a structured format on a webpage. The architecture leverages AWS Lambda, Amazon DynamoDB, Amazon S3, and Amazon API Gateway.