lambgeo / docker-lambda

AWS Lambda friendly GDAL Docker images and AWS Lambda layer
MIT License
128 stars 19 forks source link

Lambda container images #63

Closed philvarner closed 1 year ago

philvarner commented 1 year ago

I didn't see an example for this, but it does work. Is there a reason there isn't an example for building a Lambda container image?

The example dockerfile in https://github.com/lambgeo/docker-lambda#1-create-dockerfile works for this if you replace the zip commands with

CMD [ "handler.handler" ]
vincentsarago commented 1 year ago

https://github.com/lambgeo/docker-lambda/issues/28