This commit is contained in:
2025-05-27 12:15:22 -03:00
parent 270e408c1d
commit 42e62ec183
30 changed files with 287 additions and 178 deletions

View File

@@ -9,7 +9,7 @@ from layercake.dynamodb import (
)
from boto3clients import dynamodb_client
from conf import ORDER_TABLE, USER_TABLE
from config import ORDER_TABLE, USER_TABLE
logger = Logger(__name__)
user_layer = DynamoDBPersistenceLayer(USER_TABLE, dynamodb_client)