how do I use AWS IoT Core to send telemetry data from an edge device

@Middleware & OS
Hey guys how do I use AWS IoT Core to send telemetry data from an edge device using Python and the AWS IoT SDK
Solution
@Boss lady
Hello you would first have to set up aws iot core(on their official site), configure your iot core to ur preferred settings(on their official site), install the libraries required on your terminal
pip install awscli awscli-plugin-endpoint awscli-plugin-iot

and then setup AWS CLI by running AWS configure on your terminal
Was this page helpful?