Last active
August 2, 2019 09:18
-
-
Save benmcp/ced36950ad43bf139f1ec04f44ce4ac2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service: sls-layers-python-requirements | |
provider: | |
name: aws | |
runtime: python3.6 | |
plugins: | |
- serverless-python-requirements | |
custom: | |
pythonRequirements: | |
dockerizePip: non-linux | |
layer: | |
name: numpy | |
description: Numpy Library | |
compatibleRuntimes: | |
- python3.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment