abhinav singh
abhinav singh

Reputation: 872

Amplify authentication configuration usage

I am working on an angular application in which we are using AWS Cognito for user maintenance. We already have user pool and want to connect to them for signin, signout, user CRUD activities. Have some confusion around few things:

Any help is much appreciated. Thanks in advance

Upvotes: 1

Views: 390

Answers (1)

Khuram Niaz
Khuram Niaz

Reputation: 919

  1. No, you dont need to use amplify cli to add and push auth, you would just need userpool id and client id on the frontend.

  2. I dont see any big difference in bundle size by using with aws-amplify OR @aws-amplify/auth and /core using angular.

Note: Use source-map-explorer to analyze the prod bundle size

Upvotes: 1

Related Questions