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)
- Host: GitHub
- URL: https://github.com/maruyamaworks/numpy-layer
- Owner: maruyamaworks
- Created: 2019-09-17T14:29:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T15:24:42.000Z (almost 7 years ago)
- Last Synced: 2026-06-12T15:34:08.672Z (13 days ago)
- Topics: aws, lambda, lambda-layers, numpy, python
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```