How to send data of Wireless sensor to AWS cloud

Hi, I have worked with different sensors, but haven’t worked with wireless sensors. I have a wireless temperature and humidity sensor.I want to send its data AWS Cloud.
Any leads will be a great help.

Thanx in advance.

What sensor are you working with?

You’ll need do develop the firmware for this type of communication, start by looking at the sensors datasheet and begin to understand how the temperature is read and how devices comunicate with it.

Look for done libraries for the device you wish to work with, see what you can use up from them.

Sending data to AWS Cloud via MQTT is very easy. The web browser console should help you out a lot in setting up a OK structure to handle devices requisitions. Look for Lambda functions but mainly focus in the IOT-Core section