Jimp callback doesn't finish in AWS lambda
See original GitHub issueI 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:
- Created 6 years ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My motivation is because there are no native deps. That makes lambda deployments easier.
Closed due to inactivity.