Nevins
Nevins
@johansmitsnl thanks for this! It looks like you rebased and bumped rusoto_core to 0.47 but timestream still depends on 0.46.
For context this was initially to support the opendistro ES container (https://opendistro.github.io/for-elasticsearch-docs/docs/install/docker/) which launches with basic auth on all endpoints
CLA should now be signed, not sure how to kick off a retest
If this is like the python library what may work is `jmespath.Compile("\"foo-bar\"")` edit: yep https://play.golang.org/p/8SezRZLbyMR
this is similar to #58 `contains(\"custom:groups\"[*], 'foo') && 'Admin' || 'Editor'` should work.
Looks like setting `SWAGGER_GENERATE_EXTENSION=false` in the environment stops these from being generated https://github.com/go-swagger/go-swagger/blob/56218e58d0952f191d71705d25dfe0e6ca0d9d3b/codescan/schema.go#L21
Sorry for the delay on this, now merged.