aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

Feature Request - Cross account lambda authorizers #197

Open VARG0S opened 2 years ago

VARG0S commented 2 years ago

We currently have one account that handles all API/GQL authorization for our apps and our apps all live in their own accounts. We started creating new app sync projects in new accounts and would like to be able to use the same lambda auth from an external account for lambdaAuthorizerConfig. In the current docs: "Multiple AWS AppSync APIs can share a single authentication Lambda function. Cross account authorizer use is not permitted." https://docs.aws.amazon.com/appsync/latest/devguide/security-authz.html

skleber-bhs commented 3 months ago

This issue has been open for quite a while now. Since ApiGateway supports this feature quite nicely (https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-lambda-authorizer-cross-account-lambda-authorizer.html), is there the possibility that this will be done for AppSync as well?