The tool currently supports several data sources for streaming test results, including InfluxDB. Are there any plans to support sending data to AWS Timestream natively? If not, can you please point me to resources or relevant personnel that can make this happen?
There isn’t any plan at the moment to directly support AWS Timestream in the k6 OSS core. Your case is exactly why the xk6 project exists enabling the ability to create extensions for k6.
Unfortunately, I don’t have one in mind but you don’t need to do something more complex of what these bunch of lines are doing in the influxdb-output. The process is: you get the buffered samples, convert them into the expected format in terms of data points then send them to the AWS API.