Ryan Clark

Results 89 comments of Ryan Clark

https://gist.github.com/rclark/be8174d186bc4662e915 In this gist, the red point fails a turf-inside check, and the green point passes. cc @morganherlocker would be nice if edge behavior could be consistent one way or...

:wave: yeah this line and also some wording in the readme are outdated.

Yes, we can and should remove it from the readme. However we can't remove it from the repo entirely just yet.

Yeah if we can confirm that the issue goes away when aws-sdk is not included in the bundle, then we should patch the bundling function to explicitly exclude aws-sdk from...

I wasn't able to reproduce the problem -- I modified the [streambot-example](https://github.com/mapbox/streambot/tree/b807783754b837fe8153729243a83012d1521b3d/streambot-example) to bundle aws-sdk 2.1.25 and with the following streambot module code: ``` js var AWS = require('aws-sdk'); var...

I think this would involve a scheduled lambda function that just counts images in the ECR repos. It could either put a custom metric and a correlated alarm fires when...

Personally I'd advocate removing backwards compatibility and switching over to secrets manager 100%, removing the old encrypted parameters. cc @mapbox/assembly-line to make the call here.

> Decide if we want to write a "watch" lambda function Let's only do this if a Github App is not allowed to add webhooks. Hopefully it is, and any...

Running these tests repeatedly leads to `docker images` being clogged up with ecs-conex-test images. Remove them via ``` docker images | grep 'ecs-conex-test' | awk '{b=$1":"$2; print b}' | xargs...

Would there be a convention about Dockerfile locations within a repository, or would conex parse a docker-compose file?