I’m getting an error during deployment that seems to not actually break anything but I couldn’t find any results on the web with this error so I figured I’d post it and see if anybody else has seen it before.
The output when running SLS_DEBUG=* sls deploy
is:
Error: GraphQL error: Lambda services-publishService threw an Error during invokation
at new ApolloError (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/apollo-client/apollo.umd.js:2059:28)
at /Users/john/repos/hashback.io/feedback-analysis-api/node_modules/apollo-client/apollo.umd.js:2772:33
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:208:7)
From previous event:
at fetchEndpoint.then.endpoint (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/plugins/platform/platform.js:161:1
6)
From previous event:
at provider.getAccountId.then.accountId (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/plugins/platform/platform
.js:112:51)
From previous event:
at Platform.publishService (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/plugins/platform/platform.js:111:41)
at BbPromise.reduce (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/classes/PluginManager.js:217:55)
From previous event:
at PluginManager.invoke (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/classes/PluginManager.js:217:22)
at PluginManager.run (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/classes/PluginManager.js:236:17)
at variables.populateService.then (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/Serverless.js:107:33)
at runCallback (timers.js:800:20)
at tryOnImmediate (timers.js:762:5)
at processImmediate [as _immediateCallback] (timers.js:733:5)
From previous event:
at Serverless.run (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/lib/Serverless.js:94:74)
at serverless.init.then (/Users/john/repos/hashback.io/feedback-analysis-api/node_modules/serverless/bin/serverless:30:50)
at <anonymous>