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
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
I'm using Cognito Events to trigger a Lambda function which validates and removes invalid records in the dataset (as described here).
When the Lambda function removes a record from the data store, the sychronize() response from the Cognito server looks correct - the record isn't returned... But the record is never removed from the local dataset.
How am I supposed to synchronize record removals?
The text was updated successfully, but these errors were encountered:
Reopening this issue. I don't think this was user error after all.
When my Lambda function removes a record from the server dataset, the record remains in the local client-side dataset, but it's value is set to an empty string.
I would expect the record to be completely removed when I perform a sync.
I'm using Cognito Events to trigger a Lambda function which validates and removes invalid records in the dataset (as described here).
When the Lambda function removes a record from the data store, the
sychronize()
response from the Cognito server looks correct - the record isn't returned... But the record is never removed from the local dataset.How am I supposed to synchronize record removals?
The text was updated successfully, but these errors were encountered: