标签: python amazon-web-services amazon-sns
在AWS Lambda函数中,我使用用户的iOS设备令牌调用client.create_platform_endpoint()。
client.create_platform_endpoint()
稍后我希望publish()推送用户所有端点的通知。如何检索已创建的所有用户的sns端点?
publish()
我的方法将是一个映射所有' cognito_identity_id'的Dynamodb表。包含所有endpoint值的值。
endpoint
我应该考虑更好的方法吗?