DEV Community

1

Amazon Personalize Overview

It is a fully machine learning service to build apps with real-time personalized recommendations.

So what could be a recommendation?
For example, a personalized product recommendation, or re-ranking, or customized direct marketing.

For example, a user has bought a lot of gardening tools, and you want to provide recommendations on the next one to buy based on a personalized service.

So this is the same technology used by Amazon.com.
When you go and shop on Amazon.com and after buying a few products, what you will see is that Amazon.com start recommending products in the same category or in completely different categories based on how you've been searching and how you've been buying and user interest and that kind of things.

So, you read your input data from Amazon S3, for example, it could be user interactions, those kind of things.

Also, you can use the Amazon Personalize API to have real-time data integration into the Amazon Personalize service, and then this will expose a customized personalized API for your websites and applications, your mobile applications.
Also, you can send SMS or emails for personalization as well.

You have all these integrations.
It takes days to build this model, not months, and you don't need to build, train, and deploy ML solutions, you can just use this bundled as is.

Some use cases is going to be retail stores, and media, and entertainment.

GitHub
LinkedIn
Facebook
Medium

API Trace View

Struggling with slow API calls? 👀

Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay