1 Answer
- Newest
- Most votes
- Most comments
2
Based on the scenario you have, I will recommend using Athena. Athena is a serverless interactive query service. You can store the data in S3, and Athena is designed to query data stored in S3. This will be the cost-effective solution for your use case. Additionally, Athena integrates seamlessly with Amazon QuickSight, allowing you to easily connect your data source and create visualization dashboards.
Store data in S3 --> Create Athena Table --> Trigger Lambda function --> Connect Athena to Quicksight
This blog is not a direct solution however it cover the usecase you shared - https://aws.amazon.com/blogs/big-data/power-operational-insights-with-amazon-quicksight/
answered 4 months ago
Relevant content
- asked 4 months ago
- Accepted Answerasked 5 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 years ago
Can I write a lambda function that triggers Athena to run query in a regular basis? Like every 6 hours?