terraform-aws-serverless-static-wordpress
terraform-aws-serverless-static-wordpress copied to clipboard
Terraform module for deploying Serverless Static Wordpress on AWS
Terraform AWS Provider v4 has significant updates to the way S3 bucket resources are defined. Support and upgrade to this version.
For SEO, I always figure it's better to pick out a canonical domain - whether that's www.example.com or example.com. It would be nice if the redirect Lambda would handle redirecting...
It would be nice if Slack could be used to start and stop the WordPress container. I guess this would need to be another lambda and an API gateway. Since...
I noticed that you're using Lambda@Edge to handle default root objects in subdirectories. That's a good solution that works with OAI, but there's another way to do this. This is...