Skip to content

Commit ccad1f4

Browse files
author
Stan Zubarev
committed
1 parent 9320451 commit ccad1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/active_mq_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def properties(self) -> dict:
5959

6060
@property
6161
def destination_physicalname(self) -> str:
62-
return self["destination"]["physicalname"]
62+
return self["destination"]["physicalName"]
6363

6464
@property
6565
def delivery_mode(self) -> Optional[int]:

0 commit comments

Comments
 (0)