add email

This commit is contained in:
2025-07-29 14:09:52 -03:00
parent 190923522c
commit 61f938cdb4
6 changed files with 604 additions and 231 deletions

View File

@@ -1,10 +1,11 @@
import os
from uuid import uuid4
import boto3
import jsonlines
import pytest
PYTEST_TABLE_NAME = 'pytest'
PYTEST_TABLE_NAME = f'pytest_{uuid4()}'
DYNAMODB_ENDPOINT_URL = 'http://localhost:8000'
PK = 'id'
SK = 'sk'