An open API service indexing awesome lists of open source software.

https://github.com/milldr/millerd

personal website and terraform example
https://github.com/milldr/millerd

aws cloudposse jekyll terraform

Last synced: 3 months ago
JSON representation

personal website and terraform example

Awesome Lists containing this project

README

          

# millerd.me

Personal website: https://millerd.me

## App
- Static site built with Astro
- Deployed to S3 with GitHub Actions
- Run locally: `cd app/millerd && npm install && npm run dev`

## Terraform
- Created using Cloudposse TF Provider
- Deployed with GitHub Actions
- Run locally from given subdirectory with `terraform plan|apply --var-file=millerd.tfvars`

## References
- Cloudposse CDN terraform module: https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn
- Static Site Generator: https://astro.build/