99x / serverless-dynamodb-client

Serverless Dynamodb Client to automatically switch between AWS and Local instances
MIT License
74 stars 19 forks source link

Moving `aws-sdk` to `devDependencies`? #8

Open ldgarcia opened 6 years ago

ldgarcia commented 6 years ago

Hi,

Since the AWS SDK is available in the AWS Lambda execution environment, the aws-sdk package could be added to devDependencies instead, in order to reduce the package size.

What do you think?