Skip to content

Commit

Permalink
PRMDR-180 (#92)
Browse files Browse the repository at this point in the history
Fix for lambda not running in AWS
  • Loading branch information
AlexHerbertNHS authored Oct 16, 2023
1 parent d2a43ae commit cef4c71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lambdas/handlers/document_manifest_by_nhs_number_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import os

from botocore.exceptions import ClientError
from enums.supported_document_types import SupportedDocumentTypes
from lambdas.utils.decorators.validate_patient_id import validate_patient_id
from lambdas.utils.decorators.ensure_env_var import ensure_environment_variables
from utils.decorators.validate_patient_id import validate_patient_id
from utils.decorators.ensure_env_var import ensure_environment_variables
from services.manifest_dynamo_service import ManifestDynamoService
from services.document_manifest_service import DocumentManifestService
from utils.decorators.validate_document_type import validate_document_type
Expand Down

0 comments on commit cef4c71

Please sign in to comment.