(appsync): Add ability to add additional authorization mode on existing appsyn api #30398
Open
1 of 2 tasks
Labels
@aws-cdk/aws-appsync
Related to AWS AppSync
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the feature
Add support for additional authorization modes on existing app sync api (retrieved by calling
appsync.GraphqlApi.fromGraphqlApiAttributes
)Use Case
I have Amplify project with default Cognito user pool authorization mode. I want to add one more user pool as additional mode. Amplify does not support 2 user pools, that's why I use CDK to create one more user pool, and want to be able to add it as additional mode to my app sync api with CDK.
Proposed Solution
Add new method (
addAdditionalAuthorizationModes
) onIGraphqlApi
similar tosetupAdditionalAuthorizationModes
which will add additional authorizations modes to existing app sync api.Other Information
No response
Acknowledgements
CDK version used
2.143.1
Environment details (OS name and version, etc.)
The text was updated successfully, but these errors were encountered: