https://github.com/confetti-clj/cloudformation
Generate CloudFormation templates suitable for static site deployments and run them.
https://github.com/confetti-clj/cloudformation
automation cloudformation static-site
Last synced: 9 months ago
JSON representation
Generate CloudFormation templates suitable for static site deployments and run them.
- Host: GitHub
- URL: https://github.com/confetti-clj/cloudformation
- Owner: confetti-clj
- License: mpl-2.0
- Created: 2015-11-25T20:13:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T14:50:34.000Z (over 8 years ago)
- Last Synced: 2025-10-22T02:00:01.621Z (9 months ago)
- Topics: automation, cloudformation, static-site
- Language: Clojure
- Size: 25.4 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# confetti/cloudformation
Generate CloudFormations templates suitable for static site and single page app deployments and run them.
[](dependency)
```clojure
[confetti/cloudformation "0.1.6"] ;; latest release
```
[](/dependency)
This project is part of [confetti-clj/confetti](https://github.com/confetti-clj/confetti) 🎉, a tool to help creating and deploying static sites with AWS.
## Changes
#### 0.1.6
- Enable compression by default. Previously not possible via CloudFormation. [#5](https://github.com/confetti-clj/cloudformation/issues/5)
#### 0.1.5
- Address a misconfiguration of the S3 website endpoint origin where ViewerProtocolPolicy was set to Match-Viewer but should have been HTTP Only since S3 website endpoints generally don't support HTTPS (yet).
#### 0.1.4
- add a `:hosted-zone-id` option to `confetti.cloudformation/template` that can be used to specify an existing HostedZone to which the new RecordSet should be added
#### 0.1.3
- register website-url stack output no matter if Route53 is used or not
#### 0.1.2
- better error reporting when outputs are fetched for a deleted or otherwise unavailable stack