Skip to content

Commit 85bf3d3

Browse files
fix 107
I might be missing the point but it seems to me that cognito is the best way to keep user uids across devices. Using IAM users for each end user is overkill, not really needed. With cognito, our application users, can use identity pools to get temporary access tokens. Please correct me if I'm wrong.
1 parent cdced04 commit 85bf3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,8 +1516,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
15161516

15171517
- [ ] Create a user table in Amazon DynamoDB as key-value pairs of users and their devices. Use these keys as unique identifiers.
15181518
- [ ] Use IAM-generated access key IDs for the users as the unique identifier, but do not store secret keys.
1519-
- [ ] Implement developer-authenticated identities by using Amazon Cognito, and get credentials for these identities.
1520-
- [x] Assign IAM users and roles to the users. Use the unique IAM resource ID as the unique identifier.
1519+
- [x] Implement developer-authenticated identities by using Amazon Cognito, and get credentials for these identities.
1520+
- [ ] Assign IAM users and roles to the users. Use the unique IAM resource ID as the unique identifier.
15211521

15221522
**[⬆ Back to Top](#table-of-contents)**
15231523

0 commit comments

Comments
 (0)