Skip to content

Commit

Permalink
Remove Tablename
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise committed Oct 8, 2024
1 parent 78beae0 commit 15df893
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/authorizer/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { logger } = require('/opt/base');
const TABLE_NAME = process.env.TABLE_NAME;
const { TABLE_NAME, getOne, USER_ID_PARTITION } = require('/opt/dynamodb');
const { DynamoDBClient } = require('@aws-sdk/client-dynamodb');
const { CognitoJwtVerifier } = require('aws-jwt-verify');
Expand Down

0 comments on commit 15df893

Please sign in to comment.