AWS Cognito for iOS (AWS Amplify related)

0

I'm using AWS Cognito in my backend (NestJS) and want to integrate it with my iOS app. In that case, is there any library that I should use? Because most examples I see are with Amplify, I'm only going to use Cognito, for auth, and EC2 to store the backend. So, trying to summarize my question: Should I use the Amplify lib when I'm only using Cognito? And if I use Amplify and Amplify Cognito plugins to handle authentication, should I also consider Amplify pricing too?

2 réponses
0

Yes, it makes sense to use Amplify for Swift, even if you use only the Authentication (Cognito) plugin. Amplify Swift libraries provide high level abstraction that keep you free from low level AWS API details.

If you want full control and code it yourself, the alternative is to use the AWS SDK for Swift (in preview)

To answer your last question about pricing: Amplify libraries and command lines are free to use. You only pay for the AWS resource it creates for you (like a cognito user pool)

répondu il y a un an
-1

You can use the following: amazon-cognito-identity-js. As noted here, the package will be hosted as part of the Amplify repo.

AWS
répondu il y a 2 ans
  • So on my backend service, I only receive the JWT that Cognito should return. All the authentication flow should be on the device, so I would use a Swift package to deal with sign-in, in that case, should I should AWS Amplify (https://github.com/aws-amplify/amplify-ios)? Or, is there any other library that uses only Cognito?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions