Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 551 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 551 Bytes

Collection of Reusable CloudFormation Templates

See also:

Directory Structure

  • components - resuable components grouped by services.
  • solutions - solutions, depends on template files in components.
  • stacks - sample awscfncli stack configuration.
  • cfnutil - little python helper library for run troposphere templates.

Note

To build troposphere templates you need to install cfnutil first. Go into cfnutil directory and type:

pip3 install -e .