Skip to content

Commit c1fe8b6

Browse files
committed
debug
1 parent 272f1dc commit c1fe8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/fhir_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def search_immunizations(self, aws_event: APIGatewayProxyEventV1) -> dict:
409409
# Check vaxx type permissions- start
410410
try:
411411
logger.info("SAW: fhir_controller. search_immunizations...5")
412+
logger.info("SAW: aws_event=%s", aws_event)
412413
if aws_event.get("headers"):
413414
logger.info("SAW: fhir_controller. search_immunizations...6")
414415
supplier_system = self._identify_supplier_system(aws_event)

0 commit comments

Comments
 (0)