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

https://github.com/maruyamaworks/numpy-layer

AWS Lambda NumPy layer for Python 3.7 (numpy-1.17.2)
https://github.com/maruyamaworks/numpy-layer

aws lambda lambda-layers numpy python

Last synced: 13 days ago
JSON representation

AWS Lambda NumPy layer for Python 3.7 (numpy-1.17.2)

Awesome Lists containing this project

README

          

# numpy-layer

> AWS Lambda NumPy layer for Python 3.7 (numpy-1.17.2)

## Requirements

- Docker

## Usage

Run the following script to create .zip file in current directory.

```bash
docker-compose build
docker-compose up
```