Results 12 comments of spc16670

Related to - https://github.com/aws-amplify/amplify-category-api/issues/404

How can you audit user actions in Amplify? Let's say I want to have a log entry when a logged-in Cognito user deletes a record in one of my tables?

Are we planning to merge it anytime soon? Eagerly awaiting this....

This is yet another bug that makes me regret every relying on Amplify. I can't go to V2 because of https://github.com/aws-amplify/amplify-category-api/issues/110 My schema worked perfectly, but not I am getting...

This sounds similar to what I have reported - #229.

My v1 version of the schema is not very different: ```js type Client @model @auth(rules: [ { allow: groups, groups: ["Root"] } { allow: groups, groups: ["Partner"], operations: [create] }...

I used standard mutations as generated by amplify - same with list queries. I tried the list query in app sync console as well and it is giving the same...