You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source."
55
+
Description: "Federated connector to query vector data stored in S3 Vector buckets."
53
56
Runtime: java11
54
57
Timeout: !Ref LambdaTimeout
55
58
MemorySize: !Ref LambdaMemory
56
59
Policies:
60
+
# It's common and expected for a single Athena connector to serve queries from multiple workgroups.
61
+
# However, if the lambda is restricted to a specific workgroup update the permission to "arn:aws:athena:<region>:<account-id>:workgroup/<workgroup-name>"
0 commit comments