Fine-grained access control for AWS DynamoDB using AWS Cognito

后端 未结 1 742
臣服心动
臣服心动 2021-01-14 16:25

I am developing a simple application (ios) where each user can send simple messages (each of them composed of a few data slots, all strings for the moment) to other users (t

相关标签:
1条回答
  • 2021-01-14 17:13

    If you need to use the user's facebook id, use Web Identity Federation. The doc is a bit dated, but the aws mobile and js sdks provide a web identity credentials provider.

    This approach should work if you allow write access to all keys and read access only to facebook id tied to the credentials.

    0 讨论(0)
提交回复
热议问题