We are using S3 for our data lake which has customerId as the partitionId. Athena is used to query this data lake.
We use fine-grained access control when querying data in DDB and S3 (using SDK).
Is there a way to do it using Athena as well to ensure that the fine-grained access control is imposed at the storage level as well, instead of just filtering based on customerId in memory?