[Question] Is there any example on how to use this library with Serverless framework?
See original GitHub issueI’m trying to use this library with the Serverless framework, but it fails with this error:
Seems that await chromium.executablePath
is undefined for some reason.
Has anyone got this library working with Serverless framework?
Issue Analytics
- State:
- Created a year ago
- Comments:20 (4 by maintainers)
Top Results From Across the Web
Real world example - Serverless Framework
Hi all, Does anyone have a real-world example using node and serverless v1 I ... How to use custom libraries/modules with serverless/lambda.
Read more >Python Requirements - Serverless Framework: Plugins
Serverless Python Requirements ... A Serverless Framework plugin to automatically bundle dependencies from requirements.txt and make them available in your ...
Read more >Serverless Sentry - Serverless Framework: Plugins
This Serverless plugin simplifies integration of Sentry with the popular Serverless Framework and AWS Lambda. Currently we support Lambda Runtimes for Node.js ...
Read more >Serverless Framework Services
The Serverless Framework documentation for AWS Lambda, API Gateway, EventBridge, DynamoDB and much more.
Read more >Serverless Jetpack - Serverless Framework: Plugins
The Serverless framework is a fantastic one-stop-shop for taking your code and packing up all the infrastructure around it to deploy it 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
Ah, yes, but as the question was framed as
... with Serverless framework?
I answered from that point of view… 😃It’s really amazing how much faster v17 is so a huge THANKS for adding that @Sparticuz ! The Lambda runs about 3 times as fast!
With v14:
With v17:
Wow, that’s great! puppeteer 15, 16, and 17 are all using chromium 105, so I wonder if there were puppeteer improvments?