Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
This repository was archived by the owner on May 29, 2025. It is now read-only.

Add ability to stream the output of the CDDDocker containers to AWS IoT #147

@cea2aj

Description

@cea2aj

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions