STATUS: UNDER CONSTRUCTION
Site under construction
This page is being built. Check back soon — things are being wired up, infrastructure is provisioned, and content is on its way.
Note: The site is live but content is not ready yet.
Infrastructure runs on AWS S3 + CloudFront managed with Terraform.
Infrastructure
Current stack provisioned via Terraform:
HCL
# main.tf — vavruska.org resource "aws_s3_bucket" "site" { bucket = "vavruska.org" } resource "aws_cloudfront_distribution" "site" { enabled = true default_root_object = "index.html" aliases = ["vavruska.org", "www.vavruska.org"] }
Status
DNS
Resolving
SSL
Issued
CloudFront
Enabled
Content
⚠ In progress