#AWS - Athena query result management.
#aws_tips_and_trick
What is Athena?
Amazon Athena is a serverless interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL
It is a "pay as you go service", you pay only for the queries that you run
How does it work?
Athena uses Pre...
gururajan.hashnode.dev3 min read