You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
I would like some way to stream the output of the docker container itself to back to AWS IoT.
I have two ideas for adding this support:
Connect the output to a topic specified by function.conf
Add a command line argument to run.sh which sends the desired output topic inside the payload
For the second idea, the command would look like ./run.sh ${AWS_IOT_THING_NAME} arm32v7/hello-world:latest ${AWS_IOT_TOPIC}
Where AWS_IOT_TOPIC specifies the topic for the output
I would like this to work for containers that continuously stream output such as the container: bfirsh/reticulate-splines