Technical requirements
In the last section of this chapter, we will go through a hands-on exercise that uses Amazon SQS and AWS Lambda, to send some text to the Amazon Comprehend service so that we can extract insights from it.
As with the other hands-on activities in this book, if you have access to an administrator user in your AWS account, you should have the permissions needed to complete these activities. If not, you will need to ensure that your user is granted access to create Amazon SQS and AWS Lambda resources, as well as at least read-only permissions for Amazon Comprehend APIs.
You can find the code files of this chapter in the GitHub repository using the following link: https://github.com/PacktPublishing/Data-Engineering-with-AWS/tree/main/Chapter13