Please provide any feedback.
All the comments and feedback will be stored in AWS DynamoDB. This is made possible through various AWS services: Amplify is used for the deployment of this web application, Lambda serves as a serverless function triggered when comments are submitted, enabling storage in DynamoDB. API Gateway facilitates the connection between the web app and the Lambda function, while DynamoDB stores the comments in a NoSQL format.