Skip to content

(aws-appsync) Upgrading from v1.70.0 to 1.85.0 resulted in AppSync GraphQL endpoints not being wired-up correctly #12635

@asnaseer-resilient

Description

@asnaseer-resilient

We had an existing, working AppSync GraphQL service that was deployed using CDK v1.70.0.

I reviewed all the release notes from v1.70.0 to v1.85.0 yesterday and did not spot anything that would cause a breaking change to this deployment. I therefore upgraded to CDK v1.85.0 yesterday but found that it had not wired-up any of the Query or Mutation Resolvers to the Lambda Data Source that we use.

I then reverted to v1.70.0 but found that it had not fixed the issue I spotted. I finally undeployed and then re-deployed to get the service back to normality.

Could this be a bug in the CDK or have I missed something in the release notes that I am supposed to follow first?

Reproduction Steps

Described above.

What did you expect to happen?

My AppSync GraphQL service to be deployed correctly.

What actually happened?

None of our Query or Mutation Resolvers to the Lambda Data Source that we use were wired-up.

Environment

  • CDK CLI Version : v1.85.0
  • Framework Version: v1.85.0
  • Node.js Version: 12.14.1
  • OS : Run in CircleCI using image circleci/node:12.14.1
  • Language (Version): TypeScript (4.1.3)

Other


This is 🐛 Bug Report

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