Russ Sayers
Russ Sayers
https://github.com/ZeevoX/animated-london-tube/blob/92344f81d7f4ed03c3b6b539661355e610cc303b/tube.py#L98-L99 https://github.com/ZeevoX/animated-london-tube/blob/92344f81d7f4ed03c3b6b539661355e610cc303b/tube.py#L102 I think you have a typo `weigt` should be -> `weight `
Problem 1: elasticsearch container exits with a bootstrap check failure. Easy fix: set discovery.type: "single-node". Problem 2: getting a permission denied writing to the logs folder in `run-services.sh`. This one...
I'm working through the colorapp example, and I see the ECS tasks created use `APPMESH_VIRTUAL_NODE_NAME` There's a warning in the [docs](https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy-config.html) that this setting has been deprecated in envoy. >...
https://github.com/AgustinCB/docker-api/blob/eec56266f613cebc1ffe7301f6221bc223e03486/docs/index.html#L295 The *Fetch events from docker* example in `docs/index.html` is using `container.events` which throws an error. Is this an older version of the API? It doesn't match the example code...
I can reproduce this in VSCode with ms-python.python extension installed If I create a file `.zipx/main.py` I see errors in the debugger log ``` json "body": { "breakpoints": [ {...
Hello, Thanks for creating this demo! FYI - the cert on https://servicediscovery.ranman.com/ expired Apr 29 12:00:00 2020 GMT. Russ
Add AWS Sig v4 to the POSTMan chrome extension. Test it out with something simple: IAM ListUsers. Fill in: access key, secret access key, service: **iam**, region: **us-east-1**, url: **https://iam.amazonaws.com/**....
`OIDC_CALLBACK_ROUTE` is deprecated so I don't know if there's active dev on the feature. Anyways, here's something I just spotted. URLs are getting built that don't consider an application root....
Hello, it looks like this breakpoint code was included in the `0.2.0` release today. It is causing a problem for me when I installed django-iam-dbauth from pip today. https://github.com/labd/django-iam-dbauth/blob/c5a72ac3ee4d4e4fafd0b06b1acd805219f7b326/src/django_iam_dbauth/utils.py#L17
*Description of changes:* * `agents-for-amazon-bedrock-blueprints` imports were accidentally renamed when the code was moved folders * updated CDK code to use Aurora serverless v2, v1 is no longer supported By...