Skip to content

AdaCore/e3-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b16c0d · Apr 11, 2025
Dec 11, 2024
Jan 10, 2025
Apr 9, 2025
Apr 9, 2025
May 9, 2019
Feb 25, 2025
Jan 28, 2025
Feb 14, 2018
Mar 20, 2024
Apr 1, 2025
Nov 20, 2020
Apr 1, 2025
Jan 3, 2025
Oct 7, 2024
Feb 26, 2018
Feb 18, 2025

Repository files navigation

e3-aws

High level interface for CloudFormation

e3-aws troposphere

e3-aws troposphere module provides helper class to build a AWS CloudFormation stack with troposphere and deploy it. It defines high level Troposphere resources structured in the form of constucts. Constructs can consist of one or multiple AWS troposphere objects that in most cases are interdependent.

This module also provide a Stack stack abstraction that handles the addition of constructs or raw AWSObject to a stack and its deployement.

See examples directory for examples of how to build and deploy stacks.