In the Amazon Rekognition Developer Guide there is a tutorial "Create the AWS Toolkit for Eclipse Lambda Project"
It tells me to resolve namespace issues in Eclipse by doing this :
The Rekognition namespaces aren't resolved. To correct this:
• Pause your mouse over the underlined portion of the line import
com.amazonaws.services.rekognition.AmazonRekognition;.
• Choose Fix project set up... .
• Choose the latest version of the Amazon Rekognition archive.
• Choose OK to add the archive to the project
However I am not given an option to choose the latest Amazon Rekognition archive. No option to add archive
Is there another way to load this archive or force the install of this archive?