Skip to content
This repository was archived by the owner on Feb 24, 2018. It is now read-only.

This versus AWS-SDK Webpack modules #151

Closed
pruett opened this issue Sep 21, 2016 · 2 comments
Closed

This versus AWS-SDK Webpack modules #151

pruett opened this issue Sep 21, 2016 · 2 comments

Comments

@pruett
Copy link

pruett commented Sep 21, 2016

I'm curious how this approach compares against using the aws-sdk now with built-in module / webpack support? aws/aws-sdk-js#1123

Does this tutorial translate well with using the indivdual sdk "clients"? https://github.com/aws/aws-sdk-js/tree/master/clients

If so, can you point out the pieces of this tutorial that map with their respective "clients"?

Thanks.

@itrestian
Copy link
Contributor

Basically this library is just a wrapper over the cognitoidentityserviceprovider client available in the aws-sdk. This library just provides the features that are listed in the README, for example (among others) it does the SRP math required for authentication and it provides functions for device remembering if this is a feature you have enabled in your user pool.

Of course you could just skip completely in using this SDK and implement all the features mentioned directly in your project and call the respective APIs.

@pruett
Copy link
Author

pruett commented Sep 21, 2016

I see. Thank you.
On Wed, Sep 21, 2016 at 12:38 AM Ionut Trestian [email protected]
wrote:

Basically this library is just a wrapper over the
cognitoidentityserviceprovider client available in the aws-sdk. This
library just provides the features that are listed in the README, for
example (among others) it does the SRP math required for authentication and
it provides functions for device remembering if this is a feature you have
enabled in your user pool.

Of course you could just skip completely in using this SDK and implement
all the features mentioned directly in your project and call the respective
APIs.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#151 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAwguWiRlWt1IQy3LcJNxcpj-0BsZifRks5qsLTYgaJpZM4KCUjs
.

@pruett pruett closed this as completed Sep 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants