Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 611 Bytes

Lambda Layers

Python Version Code style: black

Some useful AWS Lambda layers for Invenia (and code to deploy them)

Requirements

  • python3.6+
  • Should not be run in a virtualenv (like plz)

Example

An example of publishing a layer:

lls publish --profile operations --layer pg8000 --version v0.0.8 --layer-path layers/pg8000/ --runtimes python3.7 --my-organization