add webhook to docseal

This commit is contained in:
2025-11-03 20:08:49 -03:00
parent eca3ac42dc
commit fef60f2ae0
22 changed files with 290 additions and 29 deletions

View File

@@ -1,6 +1,5 @@
from datetime import timedelta
import app.events.reporting.append_cert as app
from aws_lambda_powertools.utilities.typing import LambdaContext
from layercake.dateutils import now
from layercake.dynamodb import (
@@ -9,6 +8,8 @@ from layercake.dynamodb import (
TransactKey,
)
import events.reporting.append_cert as app
def test_append_cert(
seeds,

View File

@@ -1,10 +1,11 @@
import app.events.reporting.send_report_email as app
from aws_lambda_powertools.utilities.typing import LambdaContext
from layercake.dynamodb import (
DynamoDBPersistenceLayer,
KeyPair,
)
import events.reporting.send_report_email as app
def test_send_report_email(
monkeypatch,