terraform-aws-serverless-static-wordpress icon indicating copy to clipboard operation
terraform-aws-serverless-static-wordpress copied to clipboard

Terraform module for deploying Serverless Static Wordpress on AWS

Results 49 terraform-aws-serverless-static-wordpress issues
Sort by recently updated
recently updated
newest added

│ Error: error creating CloudFront Distribution: InvalidLambdaFunctionAssociation: The function must be in region 'us-east-1'. ARN: arn:aws:lambda:eu-west-3:499771322424:function:wwwXXXXXXXX_redirect_index_html:2 │ status code: 400, request id: 49a9c66c-c4ed-4758-871f-036c76805489 │ │ with module.cloudfront.aws_cloudfront_distribution.wordpress_distribution, │ on modules/cloudfront/distribution.tf...

I am unable to run the module (using the helpermodules aswel) , there is a need of an asset file wordpress_docker.zip, which istn there so the filemd5 function returns an...

$$ update $$ So, I uploaded the my backup Wordpress - It's a large 20GB with 39 plugins. The long story short - it is slow as shit, even though,...

Resolves #54 Resolves #48 Resolves #24 Resolves #57 Resolves #50

- Splits into a multistage build - Builds plugins from source

Fixes #70 I tested this out on my instance and it triggered the invalidation as expected.

The WP2Static S3 addon allows invaliding CloudFront distributions when deploying. An invalidation would make `index.html` (and other likely cached paths) immediately update when new content is posted. I think it...

Active S3 add-on module on launch Setting default ACL policy to private

enhancement

Previously, the site_prefix was not taken into account when creating the DNS entries.