How to add push notification for Android app which uses Amazon DynamoDB? -


my android app uses data amazon dynamodb. want add "push notification" app. means when new data added dynamodb, our app receive notification. didn't find tutorial push notification dynamodb. please me!

you can accomplished task in 3 different ways

  1. store notification token in dynamodb table on inserting item in table send notification server side
  2. as suggested in comment can use service of sns send notification user
  3. configure lambda function can integrated dynamodb table easily, on insert item can write code send notification

edit: have choose 2 options (node.js, java) while using lambda. when configure lambda function ask dynamodb table , event want(in case adding row/item). in lambda function have write custom code send notification.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -