Closed
Description
I don't run into any issues with my built function locally. It runs immediately.
But when deployed on Netlify, I'm getting a time out error:
{"errorMessage":"2018-12-17T02:49:11.602Z 4f290cff-01a6-11e9-934d-9f4eca498414 Task timed out after 10.01 seconds"}
Any clues what could be wrong? Or else - how do I debug this?
Information:
- Nothing in the deployment logs indicates that something's wrong in the build.
- Here is my netlify.toml:
[build]
command = "yarn lambda:build"
functions = "functions"
- Here is my package.json:
{
"name": "netlify-backend-starter-kit",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"license": "UNLICENSED",
"scripts": {
"lambda:build": "netlify-lambda build src/lambda",
"lambda:serve": "netlify-lambda serve src/lambda"
},
"dependencies": {
"graphql-shield": "^4.1.2",
"graphql-yoga": "^1.16.7"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"netlify-lambda": "^1.1.1",
}
}
Metadata
Metadata
Assignees
Labels
No labels