This repository is home to various lambdas that assists in building networks on AWS.
To install requirements simply use pip for python 3.7 and the following command from within this directory.
pip install -r requirements.txt -t ./
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 ./*