aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Remove dependency from aws-sdk #4

Closed summraznboi closed 9 years ago

summraznboi commented 9 years ago

The aws-sdk.min.js file is roughly 200kb, seems overkill to need to include that for a 20kb library that only uses aws-sdk for authentication related stuff.

cheruvian commented 9 years ago

Currently all Auth, Signing and Service communication is handled by the aws-sdk-js library.

I recommend you open an issue in the aws-sdk-js repository requesting the ability to selectively build which Services/SDKs you want for a final minimized and distributable aws-sdk-js version.

Closing the issue.