add layercake

This commit is contained in:
2025-03-20 17:46:25 -03:00
parent bc8b9805e3
commit a41f90f3a9
15 changed files with 1497 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import boto3
import pytest
@pytest.fixture()
def dynamodb_client():
return boto3.client('dynamodb', endpoint_url='http://127.0.0.1:8000')