aws-appsync-community
aws-appsync-community copied to clipboard
Amplify JS lib with AppSync Subscription for initial data
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?
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.