I have a DynamoDB table with about 5-6 items in it.
In my android app, I want to create a listener which will run in background. The listener's purpose is to detect when a new item is being added to the DynamoDB table remotely, and when it detects a new item in the DB, the app will inform the user about it with a push notification which will include also one of the attributes of the item.
Is it possible? And if it does, then how can I do it?
you can use aws Lambda function on dynamodb stream
the lambda function get a stream of added/updated/deleted items, and can perform any action.
http://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With