ki-tools / sls-tools-py

Utilities for developing AWS Lambda functions in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

sls-tools-py

Utilities for developing AWS Lambda functions in Python.

Installation

pip install sls-tools

Development Setup

git clone https://github.com/ki-tools/sls-tools-py.git
cd sls-tools-py
pipenv --three
source .venv/bin/activate
make pip_install
make test

Module Documentation

See full module documentation here.

About

Utilities for developing AWS Lambda functions in Python.

License:Apache License 2.0


Languages

Language:Python 96.6%Language:Makefile 3.4%