Skip to content

Instantly share code, notes, and snippets.

@JicLotus
Created September 12, 2020 17:11
Show Gist options
  • Select an option

  • Save JicLotus/d2a9da63e689141fa7a7a6c63ad16de2 to your computer and use it in GitHub Desktop.

Select an option

Save JicLotus/d2a9da63e689141fa7a7a6c63ad16de2 to your computer and use it in GitHub Desktop.
Layer serverless deployment file
service: sls-layers-pandas
provider:
name: aws
runtime: python3.7
plugins:
- serverless-python-requirements
custom:
pythonRequirements:
dockerizePip: non-linux
layer:
name: YOUR-LAYER-NAME (E.g. Pandas or Sqlalchemy)
description: SOME DESCRIPTION
compatibleRuntimes:
- python3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment