Relative Content

Tag Archive for amazon-web-servicesaws-amplify

Amplify data schema with multiple authorization rules

I am trying to create an Amplify (Gen 2) application with a data model that has two objects: a public ‘Log’ and a private ‘User’. However, I am unsure how to define this in the defineData object. How can I define both apiKey and userPool authorization modes?

Amplify data schema with multiple authorization rules

I am trying to create an Amplify (Gen 2) application with a data model that has two objects: a public ‘Log’ and a private ‘User’. However, I am unsure how to define this in the defineData object. How can I define both apiKey and userPool authorization modes?