Skip to content

Does the Timestream action in an AWS IoT Core rule support multi-measure records?

0

Hello re:Post Community,

I’m ingesting data from a medical device that publishes multiple correlated metrics (spo2, pulse, o2flow, etc.) to AWS IoT Core via MQTT. Currently, I use the Timestream action in my IoT rule, but it creates separate rows (one per measure) in Timestream.

According to the Timestream documentation on multi-measure records, grouping several measures into a single record can reduce storage costs, simplify queries, and improve performance—especially for correlated metrics. However, I haven’t found a way to configure multi-measure records directly in the IoT rule for Timestream. https://docs.aws.amazon.com/timestream/latest/developerguide/writes.html#writes.writing-data-multi-measure

Is there a direct way to insert multi-measure records from an IoT rule to Timestream without having to route the data through a Lambda function using the WriteRecords API?

Thank you in advance for any insights or guidance.

asked a year ago104 views
1 Answer
0

There a no direct way to insert multi-measure records from an IoT rule to Timestream. The recommended path will be Iot Rule --> Lambda --> Timestream.

AWS
answered a year ago
AWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.