简体   繁体   English

当 DynamoDB 中有任何插入时,如何在我的 Android 应用程序中收到通知?

[英]How can I get a notification in my Android application when there is any insertion in DynamoDB?

My android application will update the DynamoDB and some specific user group should get the notification on this update (similar to WhatsApp broadcast where the group will be fixed).我的 android 应用程序将更新 DynamoDB,并且某些特定的用户组应该会收到有关此更新的通知(类似于 WhatsApp 广播将修复该组)。

I have searched about it and I found that DynamoDB streams can be used to achieve this.我已经搜索过它,我发现 DynamoDB 流可以用来实现这一点。 Please guide me how I can do it.请指导我如何做到这一点。

您可以为数据库修改设置条件,如果发现任何条件,则可以通过 android 通知服务推送通知。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android中任何应用程序崩溃时如何获取通知 - How to get notification when any application get crash in Android 当我的android应用程序崩溃时获取通知 - Get Notification when my android application crashes 在后台收到通知时,如何让我的android应用执行代码? - How can I get my android app to execute code when a notification is received when it's in background? 手机收到通知后如何在没有任何用户交互的情况下自动打开 Android 应用程序 - How I can Open Android Application Automatically Once The Phone Received notification Without any user interaction Android在没有任何通知的情况下关闭我的应用程序 - Android Closing My Application Without Any Notification Android:如何将通知放在通知区域之上? - Android: How can I put my notification on top of notification area? 如何获取我从应用程序发出的呼叫的通话结束通知-Android - How to get a call ended notification for a call which i have placed from my application - Android 如何在Android启动器中实施通知徽章? 我可以在我的申请中这样做吗? - How does notification badges implemented in Android launchers? Can I do this in my application? 安装我的应用程序时,我会收到一个随机的Notification Android - When I install my app I get a random Notification Android 如何让我的Android应用程序正常终止? - How can I get my Android application to terminate properly?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM