Matthew
Matthew
We are running python Kafka producer clients in a serverless environment (AWS Lambda python3.8 runtime) whereby (as per recommended best practices) we are sharing long-lived producer connections across invocations. We...
As a user of the Elastic Stack with an explicitly specified artifacts bucket I would like to have the default behaviour of agent uploads make use of said bucket. This...
Currently the buildkite agent KMS support is limited to (as per the [environment script](https://github.com/buildkite/elastic-ci-stack-for-aws/blob/master/packer/conf/buildkite-agent/hooks/environment)) ``` aws s3 cp --sse aws:kms source destination ``` which ends up employing the default master...
I am working with an Odata API interface which presents timestamp values such as lastModified in a format similar to `//Date(1530144000000+0530)/. Would it be possible to get such date formats...