This commit is contained in:
2025-05-27 12:15:22 -03:00
parent 270e408c1d
commit 42e62ec183
30 changed files with 287 additions and 178 deletions

View File

@@ -6,7 +6,7 @@ import requests
from aws_lambda_powertools.event_handler.exceptions import BadRequestError
from glom import glom
from conf import KONVIVA_API_URL, KONVIVA_SECRET_KEY
from config import KONVIVA_API_URL, KONVIVA_SECRET_KEY
class KonvivaError(BadRequestError):