I deal with two databases in the IoT space. AWS DynamoDB and AWS Time Stream. Time Stream receives my sensor data via MQTT and AWS IoT Core. I created a rule that permits the incoming data to be sent straight into the Time Stream.
Right now, I need to perform various operations on the data and save the results into DynamoDB.
I am aware that DynamoDB has a feature known as DynamoDB Streams. Is there a similar solution to Streams in Time Stream? Or does anyone have a suggestion on how I can automatically move the outcomes of my operations from Time Stream to DynamoDB?