Skip to content

Releases: base2Services/aws-lambda-http-check

Report status code match

11 Oct 01:26
Compare
Choose a tag to compare

StatusCodeMatch output and CloudWatch metric added, controlled by STATUS_CODE_MATCH option

Support for testing regular expressions against body

10 Oct 01:14
Compare
Choose a tag to compare

Testing regex matching against http(s) response body now supported through BODY_REGEX_MATCH. Check README.md for more details

Allow insecure https connections

10 Oct 03:35
Compare
Choose a tag to compare

If checking https endpoint, insecure behaviour will be default. At this point there is no support for toggling between secure and insecure behaviours