azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
97 stars 7 forks source link

Use pre-installed AWS SDK on Lambda #124

Closed KlaasH closed 6 years ago

KlaasH commented 6 years ago

Overview

The Lambda environment comes with the AWS SDK pre-installed, so it wastes space in the bundle to install it ourselves.

Also bumps the version listed in package.json (and installed in development) to the current version pre-installed on Lambda

Notes

Testing Instructions

Resolves #118.

mtford90 commented 5 years ago

Is this live yet?

jeancochrane commented 5 years ago

@mtford90 It is in the sense that it's been pulled into develop, which we use as the base branch for the repo. Currently we recommend installing and using the library by cloning the repo with Git, so you should be able to access these changes if you're using it that way.