amazon-archives / amazon-cognito-js

Amazon Cognito Sync Manager for JavaScript
http://aws.amazon.com/cognito
Apache License 2.0
202 stars 83 forks source link

Don't include entire aws sdk #38

Closed jotto closed 7 years ago

jotto commented 7 years ago

This fixes 2 bugs from my last PR: https://github.com/aws/amazon-cognito-js/pull/36

  1. fix npm run build
  2. stop including entire aws-sdk (for 100kb of gzipped savings)

I confirm that this PR can be used, modified, copied, and redistributed.

jotto commented 7 years ago

ping