【发布时间】:2016-08-14 04:22:32
【问题描述】:
您好,我正在使用 boto3 发送和接收 sqs 消息。 我正在发送以下 sqs 消息。 {"userid":1234,"ml_algorithm_type":1,"file_format":1,"file_path":"leu.gz"}
但在接收消息时,我收到以下字符串。 {userid:1234,ml_algorithm_type:1,file_format:1,file_path:leu.gz}
我想收到我发送的确切消息。
【问题讨论】:
-
我想收到我发送的消息。
标签: python json amazon-sqs boto3