Closed philvarner closed 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" ]
https://github.com/lambgeo/docker-lambda/issues/28
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