Design a serverless sentiment analysis system using AWS services, including Comprehend, Lambda, SQS, and RDS.The system gathers input text and uses Lambda to process the text and invoke Comprehend to determine the sentiment.The sentiment is then saved into an RDS database.The system utilizes SQS, Lambda, Comprehend, and RDS to achieve serverless sentiment analysis.