How to use Amplify Datastore to sync with data from DynamoDB and seed DynamoDB from a Lamba

0

Hi, I would like to do the following in the context of Amplify with a React Native app.

  1. push data from Airtable to DynamoDB via a Lambda - I can do this
  2. sync this data from DynamoDB into Amplify DataStore - How to do this?

So that I can query datastore to show some filtered views of this data. I don't intend to update the data from the device, it's read-only but when I update or push new objects from Airtable, Id want them to appear on the app.

Also, as I want to filter, Im looking to do a bunch of AND's as a compound query in Datastore, is this possible please?

PS I have about 5000 objects with about 10 attributes each, is this an issue in terms of scale or performance?

Thanks for viewing my question :)

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠