DrMattFaulkner / testing-lambda-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A sample serverless function to test testing lambda functions

Build Status

Installation

  1. Create & Source the virtualenv
virtualenv .venv -p python3
source .venv/bin/activate
  1. Install pip tools
pip3 install pip-tools
  1. Install the development requirements
pip-compile --output-file requirements-dev.txt requirements/requirements-dev.in

pip install -r requirements-dev.txt

About

License:MIT License


Languages

Language:Python 100.0%