Skip to content

(aws-appsync): Bad error message - Missing default OIDC Configuration #15039

@Matt-Butler

Description

@Matt-Butler

https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-appsync/lib/graphqlapi.ts#L498

if (mode.authorizationType === AuthorizationType.USER_POOL && !mode.userPoolConfig) {
throw new Error('Missing default OIDC Configuration');
}


throw new Error('Missing userPoolConfig');

Metadata

Metadata

Labels

@aws-cdk/aws-appsyncRelated to AWS AppSyncbugThis issue is a bug.effort/smallSmall work item – less than a day of effortp2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions