appsync: release 1.91.0 breaks appsync resolvers #13357
Labels
@aws-cdk/aws-appsync
Related to AWS AppSync
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Release 1.91.0 contains an breaking change for appsync revolvers and appears to make deploying unit resolvers impossible now. This was caused by the PR: #12973 -- this was not documented in the breaking changes section of the release notes.
Also the documentation is not up to date. According to the docs, if
pipelineConfig
is an empty array or undefined, a unit resolver is created. The change in #12973 breaks this.Reverting to 1.90.1 doesn't fix the issue.
Reproduction Steps
What did you expect to happen?
To create a unit resolver -- this is what happened in prior versions.
What actually happened?
No resolver is created
Environment
Other
Right now, I have no idea of how to work around this.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: