move superpage to eduseg.com.br repo

This commit is contained in:
2025-05-16 19:17:01 -03:00
parent cc9bd08daa
commit 26b1e618b6
150 changed files with 23 additions and 15658 deletions

View File

@@ -1,12 +1,14 @@
from http import HTTPMethod
import pytest
from aws_lambda_powertools.event_handler.api_gateway import APIGatewayHttpResolver
from layercake.dynamodb import DynamoDBCollection, DynamoDBPersistenceLayer
from middlewares import AuthenticationMiddleware, TenantMiddleware
import pytest
from .conftest import HttpApiProxy, LambdaContext
@pytest.fixture
def mock_app(dynamodb_persistence_layer: DynamoDBPersistenceLayer):
collect = DynamoDBCollection(dynamodb_persistence_layer)