question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: function response: Handler 'handle' missing on module '_apex_index'

See original GitHub issue

I am sure this is a noob problem (sorry if it is), code in https://github.com/dblock/elderfield. The code works locally just fine, including if I download it from Lambda and run locally, but once on Lambda I get this:

$ apex invoke artsy
   ⨯ Error: function response: Handler 'handle' missing on module '_apex_index'

It’s something in my alexa-app, because if stub that code with an apex hello world example that works. Can’t find logs or anything else that helps 😦

Halp!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
expertcodercommented, Sep 5, 2017

I was just in the AWS console a moment ago. I created a new lambda function via the console. In the function configuration tab, the handler was set to index.handle (NO r) by default. However the boilerplate code provided for the lambda function had exports.handler (WITH r). This was a brief source of confusion for me

0reactions
dblockcommented, Sep 6, 2017

If something can be better documented, please PR!

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - "Handler'lambda_handler' missing on module ...
the idea I need for the function is that lambda should monitor a folder within s3 to see if the objects are in...
Read more >
AWS Lambda errorMessage: Handler 'handler' missing on ...
I'm taking the error: Response: {. "errorMessage": "Handler 'handler' missing on module 'main'". } Can someone help me or know how to solve ......
Read more >
AWS Lambda Function is returning Handler 'handler' missing ...
Reference the index function in export.handler, but the result of its execution. I guess you have to import the function itself.
Read more >
AWS Lambda trouble shooting - I love green and blue
If you encounter below error message while running a lambda ... Error: function response: Handler 'handler' missing on module 'index' ...
Read more >
[beam] branch asf-site updated (109d4b8 -> 8a7532d)
(#6189) omit dbdacba Add missing apache license. omit 596dae5 Add Bigquery ... omit f95ca80 [BEAM-4285] Extend side input handlers to handle multiple access ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found