developmentseed / geolambda

Create and deploy Geospatial AWS Lambda functions
MIT License
303 stars 85 forks source link

missing lambda-layer-deploy.zip #87

Closed russbiggs closed 3 years ago

russbiggs commented 4 years ago

The python documentation references lambda-layer-deploy.zip but following the current instructions it looks like only a lambda-deploy.zip is created both at the /geolambda level and at /geolambda/python level. In package-python.sh this seems to be the correct output:

zip -ruq lambda-deploy.zip ./python

This make the documentation hard to follow, unless I'm missing a step somewhere.