AppSync: support for OPENID_CONNECT authorization type #7975
Labels
@aws-cdk/aws-appsync
Related to AWS AppSync
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Currently it is not possible to configure the OPENID_CONNECT authentication method with the GraphQLApi object.
Proposed Solution
Currently this is only possible with the primitive Cfn objects. This means that it makes configuring subsequent schemas, datasources and resolvers more complex as they too need to use the primitive Cfn objects. Below is an example of achieving this using the primitive Cfn objects. I believe the addition needs to be made in a similar way to this https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-appsync/lib/graphqlapi.ts#L31.
Cfn implementation
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: