Skip to content

Instantly share code, notes, and snippets.

@jdunwoody
Created April 3, 2019 06:22
Show Gist options
  • Select an option

  • Save jdunwoody/65ec3115dd5c9310cc4ec2aef5e7196a to your computer and use it in GitHub Desktop.

Select an option

Save jdunwoody/65ec3115dd5c9310cc4ec2aef5e7196a to your computer and use it in GitHub Desktop.
Lib directory of serverless config
service: myService
package:
include:
...
- lib/**
functions:
prediction:
handler: handler.endpoint
...
environmentVariables:
LIBRARY_LIB_DIR: lib
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment