InGraph is a Declarative Infrastructure Graph DSL for AWS CloudFormation. This project uses the AWS CloudFormation Resource Specification to provide access to the latest native AWS CloudFormation resources within InGraph, automatically.
Prerequisites: Install InGraph.
InGraph AWS requires Python 3.8 or newer. Feel free to use
your favorite tool or pip
to install the ingraph.aws
package.
python3.8 -m pip install --upgrade --user ingraph.aws
Note that this project automatically publishes a new version as soon as AWS updates the AWS CloudFormation Resource Specification. To stay updated, re-run the above command.
Unless otherwise stated, the source code of the project is released under the Apache License Version 2.