Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

lifadev/archive_ingraph-aws

Repository files navigation

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.

Installation

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.

License

Unless otherwise stated, the source code of the project is released under the Apache License Version 2.