Querying S3 using Athena
问题 I have a setup with Kinesis Firehose ingesting data, AWS Lambda performing data transformation and dropping the incoming data into an S3 bucket. The S3 structure is organized by year/month/day/hour/messages.json, so all of the actual json files I am querying are at the 'hour' level with all year, month, day directories only containing sub directories. My problem is I need to run a query to get all data for a given day. Is there an easy way to query at the 'day' directory level and return all