I would like to automatically publish calculator data to AWS or Google Cloud.
The most natural way would probably be using a stream, but it seems like it is not possible to attach a calculator to a stream.
I know that I could create a small app or function to subscribe to a calculator and publish from there, but is there maybe some better way?