Track grocery prices across online stores, store them in DynamoDB, visualize them in a dashboard, and receive email alerts when prices drop — fully automated using AWS.
The client sends an HTTP request to Amazon API Gateway, which routes the request to the appropriate AWS Lambda function based on the HTTP method and endpoint. Each Lambda function handles a specific ...