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.

Jimp callback doesn't finish in AWS lambda

See original GitHub issue

I have been trying to get Jimp to run in a lambda function. When I try to push it to a lambda function, I don’t get the Jimp image. I get <Jimp pending... >. My guess is the callback never finished. Why does a callback finish im a local machine for this library and not AWS lambda?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
dcworldwidecommented, May 15, 2018

My motivation is because there are no native deps. That makes lambda deployments easier.

0reactions
hipstersmoothiecommented, Oct 13, 2018

Closed due to inactivity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jimp not reading from url in lambda trigger at aws
Everything looks fine apart from a small change in uploadToS3 method. Be default is works with callback pattern unless you do .promise() at ......
Read more >
Common Node.js mistakes in Lambda - DEV Community ‍ ‍
Common Node.js mistakes in Lambda · Still using callbacks · Not using promisify · Too sequential · async/await inside forEach() · Not using...
Read more >
AWS Lambda function handler in Go
The Lambda function handler is the method in your function code that processes events. When your function is invoked, Lambda runs the handler...
Read more >
AWS Lambda and the Node.js Event Loop - Medium
The callback argument may be used to return information to the caller and to signal that the handler function has completed so Lambda...
Read more >
AWS Lambda - Rollbar Docs
By default, the callback will wait until the Node.js runtime event loop is empty before freezing the process and returning the results to...
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