Customer Request
From: Jon
Date: Saturday, November 1st
Problem
Cross-account deployment requirement: Customer wants to deploy API Gateway in an external-facing AWS account, separate from their data lake account where the webhook processing would run.
Current blocker: The webhook uses Athena for queries, but Athena is strictly single-account and cannot query Glue databases that exist in a different AWS account.
Customer's Proposed Solution
Use AWS Lake Formation with proxy resource links:
- Register Quilt Glue tables via Lake Formation in the data lake account
- Create Lake Formation proxy resource links in the webhook account
- This allows Athena in the webhook account to query the shared Glue catalog
Architecture:
Account A (external-facing):
Benchling → API Gateway → Fargate → Athena (with proxy links)
Account B (data lake):
Lake Formation → Glue Catalog
Requirement: Quilt would need to register Glue tables via Lake Formation first.
Customer Quote
"looking at the webhook CDK and noticed that the new version also interacts directly with Athena - we were hoping to deploy the api gateway in a different account where we could keep externally facing services isolated. If my memory serves me correctly Athena is strictly single account meaning it cannot be used to query Glue databases in other accounts. The way around this is to use Lake Formation - you register its glue tables via Lake Formation first...It would require Quilt to register the glue tables via Lake Formation first."
References
Customer Request
From: Jon
Date: Saturday, November 1st
Problem
Cross-account deployment requirement: Customer wants to deploy API Gateway in an external-facing AWS account, separate from their data lake account where the webhook processing would run.
Current blocker: The webhook uses Athena for queries, but Athena is strictly single-account and cannot query Glue databases that exist in a different AWS account.
Customer's Proposed Solution
Use AWS Lake Formation with proxy resource links:
Architecture:
Requirement: Quilt would need to register Glue tables via Lake Formation first.
Customer Quote
References