Skip to content

fortran01/natifylambda

Repository files navigation

natifyLambda

As in deploy a NAT Instance and edit private subnets to use it. This CDK app is a Lambda function that does that. The CloudFormation template generated by the CDK app is intended to be used as a custom CloudFormation Stack in AWS Landing Zone Accelerator.

Features

  • TODO

Requirements

  • TODO

Usage

  • TODO

Development

  • Make utility

Set up the environment using the provided Makefile. Follow these steps:

  1. Ensure you have make installed on your system. You can check this by running make --version in your terminal. Install or update make if needed.
  2. Install the necessary dependencies by running make install or make all.
  3. Create a Python virtual environment by running python3 -m venv --prompt natifylambda venv. Activate it by running source venv/bin/activate.
  4. Verify the installation by running natifylambda --version. If the tool is installed correctly, it should display the version number.
  5. Run the tool for example by running python -m natifylambda --help.
  6. Exit the virtual environment by running deactivate.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.