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.
- TODO
- TODO
- TODO
- Make utility
Set up the environment using the provided Makefile. Follow these steps:
- Ensure you have
make
installed on your system. You can check this by runningmake --version
in your terminal. Install or updatemake
if needed. - Install the necessary dependencies by running
make install
ormake all
. - Create a Python virtual environment by running
python3 -m venv --prompt natifylambda venv
. Activate it by runningsource venv/bin/activate
. - Verify the installation by running
natifylambda --version
. If the tool is installed correctly, it should display the version number. - Run the tool for example by running
python -m natifylambda --help
. - Exit the virtual environment by running
deactivate
.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.