Hello folks, I can’t seem to find any documentation or past discussions on how can I create a platform application for SNS Mobile push notifications. I did found some code examples online about how to create a topic, subscribe a lambda function to it and publishing the message - but this is not very useful in my use case since I want to send the message to a specific mobile endpoint (or device) only. Can you please point me on the right direction on how to proceed further?
AWS SNS (Mobile Push) doc:
https://docs.aws.amazon.com/sns/latest/dg/sns-mobile-application-as-subscriber.html
Serverless SNS code examples:
Code example for lambda mobile push but not using serverless: