Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Useful little Lambda collection

License

Notifications You must be signed in to change notification settings

developerDemetri/lambda-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Utils Build Status Coverage Status Known Vulnerabilities

Useful little Lambda collection

Developer Setup

  1. Ensure you're running Python 3.7.x (pyenv is suggested for managing Python versions)
  2. Run pip install requirements.txt to install testing requirements

Repository Structure

Each directory under functions is the name of the Lambda Function that it contains.

Each Lambda has:

  1. __init__.py, index.py, and other required source code files

  2. test_<lambda_name>.py file that defines pytests under test

  3. requirements.txt that defines dependencies

LambdaName
├── __init__.py
├── index.py
└── requirements.txt

The sceptre directory contains a Sceptre setup for orchestrating AWS Resources.

Releases

No releases published

Packages

No packages published