Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1001 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 1001 Bytes

Last Commit Stars

CloudFormation Lambdas

This repository is home to various lambdas that assists in building networks on AWS.

Lambda's Included

Building Zip Archives

Installing Requirements

To install requirements simply use pip for python 3.7 and the following command from within this directory.

pip install -r requirements.txt -t ./

Building the Zip

To build the zip archive you will need to package the python function itself as well as all of the required modules. From this directory run the following command to produce the archive.

zip -r ../lambda_function.zip ./*