aws-solutions / real-time-iot-device-monitoring-with-kinesis

AWS Solution with a CloudFormation template for an ingestion mechanism for analytics about device connectivity and activity (i.e. sensor readings), as well as a dashboard for visualizing this data.
Other
65 stars 45 forks source link

Update send-messages.sh #9

Open mstfldmr opened 4 years ago

mstfldmr commented 4 years ago

The payloads were not being base64 encoded, thus messages were not published with the error:

Invalid base64: "{"id":"1","device":"P02","flow":60,"temp":22,"humidity":74,"sound":126}"

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dagarkatyal commented 3 years ago

I also had the problem. please merge this PR