appsync-auth-and-unauth icon indicating copy to clipboard operation
appsync-auth-and-unauth copied to clipboard

Owner not being set

Open vedransisic opened this issue 5 years ago • 2 comments

After following this guide, the owner field is not being set properly on Mutations with authenticated users.

I'm not sure if this is a configuration issue on my end, but after logging in, and creating a mutation, the owner is set to ___xamznone____ (default) instead of the user's sub ID (sub is set as the owner field)

Do the resolvers have to also be updated when using this to support a public API?

vedransisic avatar Feb 25 '19 18:02 vedransisic

hi @vedransisic did u find solution ?

anarerdene avatar Apr 11 '19 16:04 anarerdene

@vedransisic - were you able to resolve this ? @dabit3 - Can you please help ? Do you have any code/resolver references where the owner is set appropriately ?

ps - referred : https://github.com/dabit3/appsync-auth-and-unauth

bishonbopanna avatar May 30 '19 02:05 bishonbopanna