Pete Wilcock

Results 27 comments of Pete Wilcock

In this example the React app is the start and finish of an oAuth flow, the callback to which hits lamdba via apigateway and returns a 302 back to the...

Sorry, the html was removed. In img tags that are enclosed in a links.

Similar to https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues/20 - there's a few ways to go about this. I was thinking something as silly as: Static S3 website with federated Cognito login via Google (or similar)...

> One idea is to remove the CreateLogGroup permission from the lambda. I'm aware of this trick but I think it's a poor substitute (on AWS' part) for not having...

It's a fair point. I've seen ever-growing Cloudwatch log groups getting into the 100s of GBs because they were left unconfigured. :( It's a growing cost over time which is...

This is an AWS synchronisation issue that occurs if you delete a named resource and try to recreate it again immediately. AWS has some internal consistency to reach so any...

@alex036 I think I see the cause now. Is the region you're deploying into also us-east-1? There is a particular behaviour of CloudFront Lambda@Edge functions where it creates a certain...

> are you able now to run the workflows against this PR? Curious to see if my PRs broke any of the inspections. Not on the fork. I tried upgrading...

This is a very fair call-out. The module is currently built with some hard assumptions - as you note I've assumed wordpress is at the apex of your domain either...

Looks like `WORDPRESS_CONFIG_EXTRA` is the solution here.