status-app
status-app copied to clipboard
Guardian AWS Applications Status App
Saw a recent email from DevX about upgrading, figured I’d do it quickly. Version 4 means we can get rid of the AWS credentials step and leaves us less vulnerable...
As @dominickendrick just found out, even if you want to run the status app locally to experiment with it to see if it meets a project's needs, you need to...
https://github.com/guardian/status-app/blob/master/app/lib/Config.scala#L48 Forces us to use a http connection for the redirect URI. Ideally we'd like to run the app behind https.
It seems config in S3 must be public. Could we either: - Specify this in the readme. - Pull the config with the awscli tools, and configure appropriate permissions in...
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.170.0 to 2.189.0. Release notes Sourced from aws-cdk-lib's releases. v2.189.0 Features apigatewayv2: dualstack HTTP and WebSocket API (#34054) (eec900e) update L1 CloudFormation resource definitions (#34064) (9cb2602) bedrock:...
We often see relatively high rates of telemetry errors, we should try to reduce these They are often related to limited capacity, so get retried anyway, perhaps we shouldn't log...