Skip to content

Instantly share code, notes, and snippets.

@jdunwoody
Created April 3, 2019 06:41
Show Gist options
  • Save jdunwoody/9fab2200e5ce2f24a82d9c2f1e42cefe to your computer and use it in GitHub Desktop.
Save jdunwoody/9fab2200e5ce2f24a82d9c2f1e42cefe to your computer and use it in GitHub Desktop.
include excludes in serverless.yml
package:
include:
- handler.py
- data/model.h5
- lib/**
exclude:
- ./**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment