You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I know that amplify is supposed to be used on frontend and that there is limited sense of using the offline-first datastore from backend systems. But the type-safe interface would make working with the databases really neat from within my lambda functions. Would love to have a way to disable caching and use DataStore.save/DataStore.query etc from nodeJS backend.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I know that amplify is supposed to be used on frontend and that there is limited sense of using the offline-first datastore from backend systems. But the type-safe interface would make working with the databases really neat from within my lambda functions. Would love to have a way to disable caching and use
DataStore.save
/DataStore.query
etc from nodeJS backend.The text was updated successfully, but these errors were encountered: