Is it appropriate to combine Cognito
identity management with Dynamo DB
?
I would like to authenticate users with Facebook, which I can do with Cognito
and then store user related data in a DynamoDB
table.
What information would I use from Cognito
as a primary key for my table to guarantee unicity? Or should I simply use the facebookId that I can get with the graph API?