This commit is contained in:
2025-05-16 14:29:14 -03:00
parent 17131380ac
commit cc9bd08daa
49 changed files with 177 additions and 54 deletions

View File

@@ -1,12 +1,12 @@
import base64
import json
import os
from dataclasses import dataclass
from http import HTTPMethod
import json
import os
import jsonlines
import pytest
from layercake.dynamodb import DynamoDBPersistenceLayer
import pytest
PYTEST_TABLE_NAME = 'pytest'
PK = os.getenv('DYNAMODB_PARTITION_KEY')