Skip to content

Instantly share code, notes, and snippets.

@benmcp
Last active February 11, 2021 01:04
Show Gist options
  • Save benmcp/8a0deabf7d4fd4273b95f31a9ea51b49 to your computer and use it in GitHub Desktop.
Save benmcp/8a0deabf7d4fd4273b95f31a9ea51b49 to your computer and use it in GitHub Desktop.
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