Skip to content

Releases: watsonarw/aws-cloudformation-quick-stacks

v2026.01.03

03 Jan 11:29

Choose a tag to compare

Initial Release

CloudFormation stacks wrapped in shell scripts for deploying common AWS infrastructure.

Stacks

Static Site - S3 + CloudFront + Route53 for hosting static websites with HTTPS and custom domains

OIDC Provider - OpenID Connect providers for authenticating CI/CD pipelines with AWS

Deployment Role - IAM roles for GitHub Actions with S3 and CloudFront permissions

Hosted Zone - Route53 hosted zones for DNS management

Usage

# Deploy a hosted zone
./stacks/hosted-zone/up example.com

# Deploy a static site
./stacks/static-site/up example.com --hosted-zone-id Z1234567890ABC

# Get info about a deployed stack
./stacks/static-site/describe --stack-name example-com

Requirements

  • AWS CLI installed and configured
  • Optional: mise for tool version management

See the README for full documentation.