Skip to content

RightBrain-Networks/cfn-lambdas

Repository files navigation

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 ./*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages