Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vpayette/unzip-aws-lambda-layer
https://github.com/vpayette/unzip-aws-lambda-layer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vpayette/unzip-aws-lambda-layer
- Owner: vpayette
- Created: 2020-06-02T23:37:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T23:38:50.000Z (over 4 years ago)
- Last Synced: 2024-08-02T06:14:28.696Z (4 months ago)
- Language: Dockerfile
- Size: 74.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-layers - `vpayette/unzip-aws-lambda-layer`
README
# UnZip for AWS Lambda as layer
[UnZip](http://infozip.sourceforge.net/UnZip.html) archive command for AWS Lambda layer. This is a for of the zip-lambda-layer repo.
## Getting Started
You can get `unzip-lambda-layer.zip` file the following build command via Docker.
```
$ docker build -t unzip-lambda-layer .
$ docker run -v "${PWD}/dist":/tmp/unzip-lambda-layer unzip-lambda-layer:latest
```Click on Layers and click "Create Layer", upload `unzip-lambda-layer.zip`, choose the runtime you need, and other inputs like the following image.
![Create Layer](CreateUnzipLayer.png)
Click "Add a layer" your lambda function Designer, and add it.
![Add Layer To Function](AddUnzipLayer.png)