Command option Sample:aws iot-data publish

Search command sample in the internet.It is the result.

Publishes state information.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iot-data/publish.html

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 --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 のオプション一覧