-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
Hi I am trying to use this awesome framework, but unfortunately the code won't run on aws lambda with this error:
{
"errorType": "Runtime.HandlerNotFound",
"errorMessage": "index.handler is undefined or not exported",
"trace": [
"Runtime.HandlerNotFound: index.handler is undefined or not exported",
" at Object.module.exports.load (/var/runtime/UserFunction.js:144:11)",
" at Object.<anonymous> (/var/runtime/index.js:43:30)",
" at Module._compile (internal/modules/cjs/loader.js:1156:30)",
" at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)",
" at Module.load (internal/modules/cjs/loader.js:1000:32)",
" at Function.Module._load (internal/modules/cjs/loader.js:899:14)",
" at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)",
" at internal/main/run_main_module.js:18:47"
]
}
I follow this step:
- serverless install --url https://github.com/AnomalyInnovations/serverless-nodejs-starter --name my-project
- cd my-project
- npm install
- serverless deploy (but it's error because i havn't setup my aws account to allow cloudformation stack)
- So, i upload the file manually to my aws-lambda function. I upload zip from .serverless/hello.zip
- Uploaded finished and i saved the code, run the test
- Result is error
Please help me thanks
Metadata
Metadata
Assignees
Labels
No labels