lambgeo / docker-lambda

AWS Lambda friendly GDAL Docker images and AWS Lambda layer
MIT License
121 stars 17 forks source link

Lambda container images #63

Closed philvarner closed 8 months ago

philvarner commented 8 months 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 8 months ago

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