Piyush Kakkar

Results 10 comments of Piyush Kakkar

you can try this https://github.com/alixaxel/chrome-aws-lambda/issues/246#issuecomment-1205412171. This worked for me

Any workaround for this? I was trying to move my NestJS GraphQL project that supports file upload to AWS lambda. While debugging the file upload errors I came across this...

@koresar I'm unable to use your package as it has peer dependency of Graphql v.13.1 - 15 and I'm using Graphql v16. So, npm is throwing an error when I...

Thanks @koresar for the update. But the original `graphql-upload` package just worked for me. There was a mistake in my code due to which the `Upload` scalar's resolver was not...

Yeah there is no usage of logrotate variables in entire code

Here is the solution that worked for me. Download `Montserrat.ttf` file and place it in your project folder like `my-project/fonts/Montserrat.ttf`. Now set your fonts directory in `FONTCONFIG_PATH` environment variable as...

It seems like `/tmp/aws/fonts.conf` is no longer available in AWS lambda environment. So, the following two lines are causing the problem https://github.com/alixaxel/chrome-aws-lambda/blob/f9d5a9ff0282ef8e172a29d6d077efc468ca3c76/source/index.ts#L12 https://github.com/alixaxel/chrome-aws-lambda/blob/f9d5a9ff0282ef8e172a29d6d077efc468ca3c76/source/index.ts#L46 as lambda tries to search fonts in...

@gaoxiaoliangz Can you please update the package on npm also

Any update on this? Issue for me too. I'm trying to serve my docs created using [Docusaurus](https://docusaurus.io/)

@vkarpov15 multiple calls would not be good if we have many values for `kind`. It will be great if `$in` is supported