I have a question for you. I am new in AWS IoT, AWS ES and MQTT. I followed this nice tutorial and finished it. I sent a JSON data to AWS IoT by using AWS Lambda function. Then, in AWS IoT I created a rule to send this data to AWS Elasticsearch. In the end, I visualized the data by using Kibana.
My next task is storing this data in 3 different types of databases: Relational DB (Amazon Aurora), Key Value DB (Amazon Dynamo DB) and Document DB (Amazon Document DB). But as you know, AWS IoT doesn't provide these options as a rule. It only provides "Insert A Message Into DynamoDB Table" option. In that case, how can I create other databases and send data from AWS IoT? Is there any source or tutorial that you can suggest for me about that?
I would be very happy if experienced people can guide me Thanks a lot!
(FYI: My elasticsearch doesn't have a VPC. I am using public access. So far, I didn't use any EC2.)