7.4 Test the Product Recommendation System
Run the Product Recommendation System Test
- Connect to the
fashion-webapp
EC2 instance created in the previous steps. Then run the following command:- Note: Ensure you are the
root user
by runningsudo su
before executing the above command.
- Note: Ensure you are the
python data-generator.py
- Go to the CloudWatch service, select Log groups, and choose
/aws/lambda/kinesis-to-dynamodb
to view the logs of thekinesis-to-dynamodb
Lambda Function.
- Go to the DynamoDB service, click on Tables in the left sidebar, and select fashion-rcm-table.
- In the table interface, select Explore table items to view the stored product recommendations.
You have completed building the product recommendation system for an online fashion store