Aarav
Aarav

Reputation: 73

How to send data from AWS IoT to Mysql database?

I am working on AWS IoT first time. I have found that AWS IoT has the functionality to send data to AWS DynamoDB or AWS Lambda. Is there any way to send these data from AWS IoT device to MySql or any other relational database system? If possible, how can I do it? Thanks in advance.

Upvotes: 2

Views: 3859

Answers (1)

Julio Faerman
Julio Faerman

Reputation: 13501

Not directly, as there is no AWS IoT Action for RDS or relational databases, but your Lambda action can capture the event and save to the database.

Upvotes: 5

Related Questions