Aws Lambda Http Check Versions Save

Lambda function to check http endpoint wrapped in serverless project

v1.3

6 years ago

StatusCodeMatch output and CloudWatch metric added, controlled by STATUS_CODE_MATCH option

version-1.2

6 years ago

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

v1.1

6 years ago

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