Access DynamoDB from IOS SDK on AWS with C target

I used Lamdba and installed IAM and Cognito and got the identifier and token. I am confused in the next steps. The user logs into Cognito after logging in. But how can I get them to log in, for example, by updating the token when the application loads? And how can I query DynamoDB using only authenticated users? The documentation is vague. Also use federated identifiers and my own OpenID developer authentication process written in lambda.

+5
source share

Source: https://habr.com/ru/post/1262115/


All Articles