使用 AWS Amplify 创建 SNS 终端节点。怎么做?

Using AWS Amplify to create a SNS endpoint. How to do so?

为了在 Android 中创建 SNS 端点,他们为我们提供了有关如何创建 SNS 端点的教程。

https://docs.aws.amazon.com/sns/latest/dg/mobile-platform-endpoint.html

看起来有点过时,方法也贬值了。目前我正在为我的移动应用程序使用 AWS Amplify。我将如何使用 mobileclient 来做到这一点?我似乎找不到任何教程或文档。有人可以解释一下或 link 我吗?谢谢

您提到的教程用于创建移动端点,以便 SNS 可以发送推送通知。

Android 的 Amplify SDK 使用 Amazon Pinpoint. The Amplify docs provide a tutorial on how to setup Push Notifications here 处理此问题。