lambda icon indicating copy to clipboard operation
lambda copied to clipboard

Build Lambda deployment packages faster with Docker

Results 3 lambda issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Without the hidden files some packages will be broken. You gotta change this line to be `zip -r /io/lambda.zip * .[^.]*` Also I'd rather use this as a layer, so...

Hi. You may want to consider [Docker multi-stage builds]( https://docs.docker.com/develop/develop-images/multistage-build/) to separate out the actual build to the deployment. Would also likely speed things up a bit. Cheers