Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Add healthcheck #192

Merged
merged 3 commits into from
Oct 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update AppHealthService.js
  • Loading branch information
ThomasKranitsas authored Oct 1, 2019
commit 86f8e24c59b8ad60050b893154fdb3b09ce14cec
1 change: 1 addition & 0 deletions src/services/AppHealthService.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/
const config = require('../config');
const helper = require('../common/helper');
const errors = require('../common/errors');
const { DynamoDB } = require('../models');

/**
Expand Down