lambda-watchtower icon indicating copy to clipboard operation
lambda-watchtower copied to clipboard

Serverless HTTP(S) Endpoint Monitoring With AWS Lambda & CloudWatch

Results 8 lambda-watchtower issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 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

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.2. Commits f6b83ed Mark version 6.4.2 f51895b Fix potentially-exponential regular expression in use-strict-scanning 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 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

Hi All, We are using watchtower to ping an internal service address to ensure the HTTPS service is running and returning HTTP code of 200. Unfortunately, this server has a...

Some sites don't like it when you don't have a user agent (I was getting a 403 from a wordpress site). Adding a user-agent fixed this (I then got a...

There's a bug in the version of Node.js 10.x that Lambda uses that causes the http request 'end' event to not be fired. see https://github.com/nodejs/node/issues/21398 This results in the "close"...

It would be really neat to be able to install `lambda-watchtower` with one click through `cloudformation.yaml`.