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
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.
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