Skip to content

Commit e786891

Browse files
Michael Brewerheitorlessa
andauthored
refactor: rename to decoded
Co-authored-by: Heitor Lessa <[email protected]>
1 parent d8203c7 commit e786891

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/data_classes

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def json_body(self) -> Any:
6868
return json.loads(self["body"])
6969

7070
@property
71-
def decode_body(self) -> str:
71+
def decoded_body(self) -> str:
7272
"""Dynamically base64 decode body as a str"""
7373
body: str = self["body"]
7474
if self.is_base64_encoded:

0 commit comments

Comments
 (0)