robhogan / dynamodb-geo.js

A node-friendly typescript port of https://github.com/awslabs/dynamodb-geo
210 stars 96 forks source link

make aws-sdk a dev dependency so lambda zips can be smaller #23

Closed orangewise closed 6 years ago

orangewise commented 6 years ago

Hi, thank you for the nice package. Would it be possible to change the aws-sdk to a dev dependency? The lambda environment already has the aws-sdk available.

Cheers...

robhogan commented 6 years ago

Good point, but I think peerDependencies would be a better place for this - this lib also runs on ordinary node servers where aws-sdk isn’t part of the environment.

orangewise commented 6 years ago

Np, just updated the package.json...

robhogan commented 6 years ago

Thanks, published as 0.4.0