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
In the current version, the datasource.createResolver method expects the first parameter to be an id: string.
I provided the following ${upperFirst(typeName)}${upperFirst(fieldName)}Resolver; however, when I'm deploying the stack, I get the following error: Only one resolver is allowed per field.
Do you have a working example for this use case? 🙏
The text was updated successfully, but these errors were encountered:
Hey all,
I updated my CDK to the latest version, 2.59.0, and this TypeScript pattern is not working anymore: https://github.com/aws-samples/serverless-patterns/blob/main/appsync-direct-lambda-resolver/cdk/lib/main.ts
In the current version, the
datasource.createResolver
method expects the first parameter to be anid: string
.I provided the following
${upperFirst(typeName)}${upperFirst(fieldName)}Resolver
; however, when I'm deploying the stack, I get the following error:Only one resolver is allowed per field.
Do you have a working example for this use case? 🙏
The text was updated successfully, but these errors were encountered: