Skip to content

Add zip dependency

Isaac Gilmour requested to merge nzisx/cloud-deploy:master into master

Add zip dependency

When deploying with aws lambda update-function-code sometimes a zip file is required. When used inside .gitlab-ci.yml I either have to add a separate build stage to zip the lambda file, or manually install the zip package each build.

Localstack installs zip as a dependency as well: https://github.com/localstack/localstack/blob/93e2bbea18bce8c40e99465f22f9ca90c338628d/Dockerfile.rh#L10:~:text=openssl%2Ddevel%20procps-,zip,-%5C

Merge request reports

Loading