I've used AWS personalize to create a campaign that can successfully produce recommendations for the users/events/items that I have uploaded.
I now want to produce recommendations for new users - ones not in the initial dataset. I thought the way to do this was to create an event stream, post their initial interactions, and then somehow this would get blended into the campaign, but I get the same recommendations back regardless of what I seed the new user with.
What's the correct way of achieving this?