Lakshyajit Laxmikant

Results 34 comments of Lakshyajit Laxmikant

Okk thanks...I got it..But I have another issue. I want to add the particles background to a particular section of my personal website(not to the entire website, only to a...

Same issue on AWS Lambda on both node.js versions 12.x and 16.x. Whenever I try to generate a pdf, I get the following in the cloudwatch logs: ```2022-09-22T14:59:27.561Z be26ba71-a998-4ab1-930a-8aad8ada0fd8 ERROR...

@LuisAlberto22 sure. Here is my code in the index.js file of a Lambda function. The function is invoked through an API gateway whose content-type in the success case is 'application/pdf'...

@LuisAlberto22 I was previously using 512 MB of ephemeral storage. I changed it to 1024 and tested, but still facing the same issue. Rest all config like node.js runtime env,...

And just for your reference. This is what my package.json looks like (which I use to zip and upload to the layer for lambda) ``` { "name": "nodejs", "version": "1.0.0",...

@LuisAlberto22 This is a snippet from the cloudwatch logs of the time when the request hit. ``` REPORT RequestId: 62da5a5f-498a-43b9-87fb-4d7179def238 Duration: 3169.01 ms Billed Duration: 3000 ms Memory Size: 1024...

@LuisAlberto22 that is already added. Just need a clarification, when I added [Chrome on layer](https://github.com/shelfio/chrome-aws-lambda-layer), do I need to change my other layer in which "chrome-aws-lambda" dependency was present or...