UNPKG

nodejs-health-checker

Version:

Simple Nodejs package to simplify applications based in Node, to trace the healthy of the pods

3 lines 213 B
import { HTTPChecker, IntegrationConfig } from "../interfaces/types.js"; export declare function checkDynamodbClient(config: IntegrationConfig): Promise<HTTPChecker>; //# sourceMappingURL=dynamodb-service.d.ts.map