Rich BuggyProrichdevelops.dev·Jan 2, 2024Solve the AppSync Lambda Resolver N+1 Problem with BatchInvokeIf you're not familiar with the GraphQL N+1 problem then consider the following query. query { authors { id name books { id name } } } The "authors" resolver is executed once and returns a list of N authors. The "book...3 likes·361 readsAWSAdd a thoughtful commentNo comments yetBe the first to start the conversation.