aws-elb-healthcheck

1.0.2 • Public • Published

aws-elb-healthcheck

Middleware for responding with a 200 HTTP response to incoming health checks from AWS load balancers.

Usage

    const express = require( "express" );
    express()
        .use( require( "aws-elb-healthcheck" ) )
        .use( express.static( STATIC_DIR ) )
        .listen( 8080 );

Readme

Keywords

none

Package Sidebar

Install

npm i aws-elb-healthcheck

Weekly Downloads

6

Version

1.0.2

License

none

Last publish

Collaborators

  • maambmb