Last active
February 11, 2021 01:04
-
-
Save benmcp/8a0deabf7d4fd4273b95f31a9ea51b49 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 | |
provider: | |
name: aws | |
runtime: python3.6 | |
package: | |
individually: true | |
exclude: | |
- venv/** | |
- node_modules/** | |
functions: | |
hello: | |
handler: handler.hello | |
layers: | |
- arn:aws:lambda:us-east-1:XXXXXXXXXX:layer:numpy:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment