add certs page

This commit is contained in:
2026-01-27 18:34:13 -03:00
parent 10138112fe
commit 82dc878502
8 changed files with 192 additions and 74 deletions

View File

@@ -1,5 +1,5 @@
from http import HTTPStatus
from typing import Annotated, cast
from typing import Annotated
from aws_lambda_powertools import Logger
from aws_lambda_powertools.event_handler.api_gateway import Router
@@ -11,7 +11,6 @@ from pydantic import FutureDatetime
from api_gateway import JSONResponse
from boto3clients import dynamodb_client
from config import ENROLLMENT_TABLE
from routes.orgs import billing
from ...enrollments.enroll import Context, Enrollment, Org, Subscription, enroll_now