Tyson
02/03/2022, 6:45 AMUnable to find function a5d4054a
It is only happening when I send requests through the frontend app that is using GraphQLCodegen to create Typescript React Hooks (https://www.graphql-code-generator.com). When I make a request using Postman everything is fine. I am hoping to gain some insight into exactly what this error means. Furthermore, the 'a5d405a' code remains the same across networks calls to different lambda resolvers. Resources: ["apollo-server-lambda": "^2.21.1", "@serverless-stack-slack/resources": "0.54.4"]Jay
sst start
running?Frank
index.js
? This usually happens when you have Functions that was live debugging, but not long defined in ur app. And those Lambda functions are still trying to reach your local, but sst start
is not able to find it.