コマンドオプションサンプル:aws iot-data publish

コマンドサンプルを検索した結果です。

状態情報を公開します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iot-data/publish.html

aws iot-data publish --topic topic/test --qos 1 --payload "publish from cli with production endpoint" --endpoint-url https://DUMMY.iot.REGION.amazonaws.com
    AWS IoT Device GatewayにHTTPでPublishしてみた #reinvent | Developers.IO : http://dev.classmethod.jp/cloud/aws/publish-message-to-aws-iot-device-gateway-with-http-protocol/
aws iot-data publish --topic test/sub --qos 1 --payload "publish from cli with production endpoint" --endpoint-url aws iot-data publish --topic allowed/client_abcdef12 --payload=Hi
    GitHub - stephen-164/serverless-websockets: Integrate Websockets communication into applications using serverless AWS infrastructure : http://github.com/stephen-164/serverless-websockets
aws iot-data publish --topic iot-serverless-topic --payload file://sample.json
    [IoT×AWS] AWSIoTにMQTTでPublishしてるけどデータの欠損を無くしたいって言われた時は… : http://qiita.com/is_ryo/items/613437b7a00f578424f2
aws iot-data publish --cli-input-json
    How can I publish to a MQTT topic in a Amazon AWS Lambda function? - Stack Overflow : http://stackoverflow.com/questions/37810289/how-can-i-publish-to-a-mqtt-topic-in-a-amazon-aws-lambda-function/38032108
aws iot-data publish --topic
    AWS IoT introduction : http://www.slideshare.net/chenghanTsai1/aws-iot-introduction

aws のオプション一覧