Derive Insights and Sentiments from Text Using Amazon Comprehend
In this lab, you’ll practice using the Amazon Comprehend API to analyze user feedback. When you’re finished with this lab, you’ll have a good understanding of using Amazon Comprehend to derive insights and sentiments from a given text.
Terms and conditions apply.
Lab info
Lab author
Challenge
Test the Sentiment Using Amazon Comprehend Console
You’ll learn to test and retrieve the sentiment of a given text using Amazon Comprehend in the AWS console.
Challenge
Implement the Sentiment Analysis Logic Using a Lambda Function
You’ll learn to implement sentiment analysis using the Comprehend API in a Lambda function. You’ll also test the end-to-end flow by supplying some product review text to the Lambda function.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Basic understanding of Identity and Access Management.
- Basic understanding of AWS Lambda