Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
have your device publish the message to an MQTT topic. An IoT Rule forwards this message to a Lambda function, which inserts the record into RDS and generates a UUID. The Lambda function then publishes the UUID to a response MQTT topic, which the device subscribes to, enabling it to receive the UUID.
To retrieve the UUID of the inserted record, consider these options:
1. Use AWS Lambda to process the message and return the UUID.
2. Implement a callback mechanism to store and retrieve UUIDs.
3. Use a correlation ID to match responses with original messages.
@danielkalu this is valid
CONTRIBUTE TO THIS THREAD