AWS Greengrass doesn't send data to AWS Kinesis
The main purpose of my program is to connect to an incoming MQTT channel, and send the data received to my AWS Kinesis Stream called "MyKinesisStream". Here is my code: import argparse import logging import random from paho.mqtt import client…