Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 396 Bytes

File metadata and controls

19 lines (13 loc) · 396 Bytes

lambda-python

a boilerplate with codebuild buildspec.yml for building deployable lambda package using the python runtime

Installation

Use the package manager pipenv to install for development.

pipenv install -d
# this install Pipfile deps and dev-deps

Testing

pipenv run pytest
# or just 'pytest' if virtualenv is active