Create a blog/userId page

Hi, I’m trying to create a view where a nonAuthenticated user can view an Authenticated user’s notes (without edit or delete capabilities of course).
I’m pretty new at working with backend stuff and APIs so any pointer into the right direction will help.
Thanks.

Yeah you need a couple of changes.

Allow unauthenticated identities in this chapter https://serverless-stack.com/chapters/create-a-cognito-identity-pool.html and give the specific API access in the uauth role.

Set this flag to true https://github.com/AnomalyInnovations/serverless-stack-demo-client/blob/master/src/index.js#L12.