We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feaebd0 commit 468d0fcCopy full SHA for 468d0fc
lambdas/id_sync/src/to_do_code.py
@@ -1,10 +1,8 @@
1
'''
2
record Processor
3
4
-# from common.clients import get_delta_table
5
from boto3.dynamodb.conditions import Key
6
from os_vars import get_ieds_table_name, get_delta_table_name
7
-from common.clients import get_delta_table
8
9
ieds_tablename = get_ieds_table_name()
10
delta_tablename = get_delta_table_name()
0 commit comments