Skip to content

Commit 14d8ce9

Browse files
Merge pull request #52 from goncalodasilva/patch-9
fix 107
2 parents cdced04 + 85bf3d3 commit 14d8ce9

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)