The API and data model definition for Amplify Data. Pass in { <NAME>: a.model(...) } to create a database table
and exposes CRUDL operations via an API.
An API and data model definition to be deployed with Amplify (Gen 2) experience (processSchema(...))
or with the Amplify Data CDK construct (@aws-amplify/data-construct)
The API and data model definition for Amplify Data. Pass in
{ <NAME>: a.model(...) }
to create a database table and exposes CRUDL operations via an API.