Skip to content

Commit

Permalink
Add eslint-disable pragma for placeholder Lambda handler code
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Jan 9, 2024
1 parent b463a89 commit d93e241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/functions/cpfValidation/cpfValidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { logger } from 'src/lib/logger'

const apiEndpoint = 'https://example.com'

/* eslint-disable @typescript-eslint/no-unused-vars */
export const handler: S3Handler = async (event: S3Event): Promise<void> => {
try {
const bucket = event.Records[0].s3.bucket.name
Expand Down

0 comments on commit d93e241

Please sign in to comment.