This commit is contained in:
2025-05-19 09:04:19 -03:00
parent 26b1e618b6
commit 7f4fec6e1e
33 changed files with 4728 additions and 542 deletions

View File

@@ -11,9 +11,9 @@ from layercake.dynamodb import (
KeyPair,
)
import elastic
from boto3clients import dynamodb_client
from conf import ELASTIC_CONN, ORDER_TABLE
import elastic
router = Router()
order_layer = DynamoDBPersistenceLayer(ORDER_TABLE, dynamodb_client)