highchart-lambda-export-server icon indicating copy to clipboard operation
highchart-lambda-export-server copied to clipboard

Results 8 highchart-lambda-export-server issues
Sort by recently updated
recently updated
newest added

Nodejs 10 is not supported anymore at AWS Lambda. I used the following Docker Image to build the zip file and deployed it both, for Nodejs 12 and 14 and...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I'm trying to setup an export server in lambda function but am getting an error thrown when I attempt to test it. I've followed this guide but still get an...

Bumps [i](https://github.com/pksunkara/inflect) from 0.3.6 to 0.3.7. Commits 71961bd Version bump v0.3.7 a9a0a8e Fix CVE-2021-3820 c025e15 Fix formatting dace42b Move away from travis 22fa473 Merge pull request #30 from pksunkara/dependabot/add-v2-config-file e84c23a...

dependencies

@tarkal thank you for putting this together. I was able to deploy the highcharts-export-server from /dist, and can generate the base-64 response via the test console in aws. I am...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [highcharts-export-server](https://github.com/highcharts/node-export-server) from 2.0.24 to 2.1.0. Changelog Sourced from highcharts-export-server's changelog. 2.1.0 This version is not backwards compatible out of the box! Breaking changes: Log destinations must now exist before...

dependencies

Scale parameter is doing nothing at the moment. I have just pulled ready zip and used it for my AWS Lamda function. On my options I'm using height - 500...