ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

Make possible to use npm install --no-optional #49

Closed zeuzere closed 6 years ago

zeuzere commented 6 years ago

Make no change to
npm install but now we can do npm install --no-optional

wich reduce the size of the connect-dynamodb from 30+Mo to a few Ko

Why: You may wish to send this package in AWS Lambda without AWS-SDK as recommended by AWS

ca98am79 commented 6 years ago

thank you!