So I tried to used to Lambda connector that AWS offers when trying to connect Athena with DynamoDB. The problem is that it gets all the DynamoDB tables, I want to only show production tables (which ends with the DbProd suffix). Is there a way crawl only those tables automatically? I know that AWS Glue has a crawler, but it seems like I have to add table by table name manually. Is there an automatic way to do this?