aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

Amplify JS lib with AppSync Subscription for initial data

Open mohit-galande opened this issue 3 years ago • 1 comments

Currently I'm trying to figuring out how we can send initial data to UI at the time of subscription using resolvers and DynamoDB as data source but still not able to do that. Can Anyone please suggest is it possible to send initial data at the time of subscription if Yes then How?

mohit-galande avatar Nov 15 '21 13:11 mohit-galande

Hi, this is currently not supported in AppSync. However, I recommend looking at Amplify DataStore which can help you syncrhonize data to your device/application.

onlybakam avatar Feb 07 '22 23:02 onlybakam