/python-lambda

simple lambda function written with python

Primary LanguagePython

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