https://github.com/operable/operable-cfn-demo
Demonstration repository for aws-cfn bundle
https://github.com/operable/operable-cfn-demo
Last synced: 23 days ago
JSON representation
Demonstration repository for aws-cfn bundle
- Host: GitHub
- URL: https://github.com/operable/operable-cfn-demo
- Owner: operable
- Created: 2016-11-30T12:16:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T19:14:15.000Z (over 9 years ago)
- Last Synced: 2025-02-24T10:36:40.772Z (about 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operable CloudFormation Demo
Cog's `cfn` bundle allows you to interact with AWS CloudFormation from chat
while continuing to embrace best practices around security and version control.
Rather than maintaining its own database or relying on AWS metadata as the
source of truth, your resource configuration is stored in a standard Git
repository.
You can use the same tools and workflow that you normally would to manage
the content of the repository. In addition, you can also work with many of the
resources directly from Cog -- with those changes reflected in the repository.
This repository contains a sample data set that was used when constructing a
screencast exploring the features of the `cfn` bundle.
## Directory Structure
```
.
├── README.md
├── defaults
├── definitions
└── templates
3 directories, 1 file
```