Nuno Pereira
Nuno Pereira
Seems related with https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues/51
I believe this issue will be fixed by this commit https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/commit/35b37b1dcbf2739ee1c8bf2f7c6bff659e775035 when release 0.2.0 is ready. The `log_groups` used by Lambda@Edge are replaced by a single one in UE1 which...
This also resolves https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues/50 One question, are you able now to run the workflows against this PR? Curious to see if my PRs broke any of the inspections.
Thanks @petewilcock . Actions can be a pain with forks, sometimes a workaround for this kind of issues is to run on the `pull_request_target`, but that is full of security...
I was thinking that something like only setting on record set, which would use the the subdomain of `site_prefix` or the `apex` record if not defined. This would be a...
Thanks for the feedback @petewilcock! Im neither a PHP or Wordpress expert, but after a bit of Googling around it does look like the WP CLI supports those settings. Will...
Bundling it does make sense to guarantee results, but adding the attribute would be valuable. It could default to a known good version (ex `7.1.7`) and downloadfrom the [releases](https://github.com/leonstafford/wp2static/releases) on...