Skip to content

Commit

Permalink
feat(cb2-13886): add temp debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Sep 25, 2024
1 parent e8f623e commit 4382966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/handler/archive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { validateArchiveErrors } from '../validators/archive';
export const handler = async (event: APIGatewayProxyEvent): Promise<APIGatewayProxyResult> => {
logger.info('Archive end point called');

logger.info(`${JSON.stringify(event)}`);

try {
const archiveErrors = validateArchiveErrors(event);

Expand Down

0 comments on commit 4382966

Please sign in to comment.