Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vpayette/unzip-aws-lambda-layer


https://github.com/vpayette/unzip-aws-lambda-layer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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)