Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morugu/zip-aws-lambda-layer

Zip for AWS Lambda as layer
https://github.com/morugu/zip-aws-lambda-layer

Last synced: 10 days ago
JSON representation

Zip for AWS Lambda as layer

Awesome Lists containing this project

README

        

# Zip for AWS Lambda as layer

[Zip](http://infozip.sourceforge.net/Zip.html) archive command for AWS Lambda layer.

## Getting Started

You can get `zip-lambda-layer.zip` file the following build command via Docker.

```
$ docker build -t zip-lambda-layer .
$ docker run -v "${PWD}/dist":/tmp/zip-lambda-layer zip-lambda-layer:latest
```

Click on Layers and click "Create Layer", upload `zip-lambda-layer.zip`, choose the runtime you need, and other inputs like the following image.

![Create Layer](CreateLayer.png)

Click "Add a layer" your lambda function Designer, and add it.

![Add Layer To Function](AddLayerToFunction.png)