Ryan Clark

Results 61 comments of Ryan Clark

Hm, I think that the lack of prefixed output here is a straight-up bug. Yes, it'd be a breaking change, but I think it is better to break the bugged...

> when a series of commits are pushed together, the CodePipeline build is triggered for the latest commit This is a really good thing to learn about CodePipeline as it...

https://github.com/mapbox/ecs-watchbot/blob/c98f0c23c40368c20b532dde0cf1c3e4ce951794/lib/template.js#L147-L154 This set of template resources / values end up being [returned in an object by the function call that generates the watchbot template](https://github.com/mapbox/ecs-watchbot/blob/c98f0c23c40368c20b532dde0cf1c3e4ce951794/lib/template.js#L990-L1037). Would adding a pointer here to...

Does anyone know where/how `LD_LIBRARY_PATH` is being set by botocore? There is no obvious pollution of environment variables in the code running the subprocess, so I suppose somewhere else the...

> The only place where it can be fixed is in this code, just before the Popen call. But should boto be fixing PyInstaller env fiddling? Sheesh it does seem...

I'm running the xray daemon on a set of ECS tasks, using AWS CloudMap as the discovery layer. This means I have a VPC-internal multivalue DNS record that maps a...

Thanks for the info. If my application runs `xray.Configure()` more than once, would that re-resolve the DNS name to a new IP address each time I run it?

Hi! Thanks for the input. The documentation is definitely not amazing and setup is non-trivial. Did you see https://github.com/mapbox/dynamodb-replicator/blob/master/DESIGN.md? Does this answer any of you questions and/or help focus them...

@brendonparker thank you for digging in here! A couple of notes: > This has to be setup in each region where you have a dynamodb "master" table to replicate. It...

Related: Lambda functions can now have environment variables set as part of their configuration: https://aws.amazon.com/about-aws/whats-new/2016/11/aws-lambda-supports-environment-variables/ Fallout from this is that streambot is deprecated -- it is no longer needed as...