Skip to content

Commit 990e8ad

Browse files
Fixing examples
1 parent 0d96349 commit 990e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data_masking/src/getting_started_encrypt_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
@logger.inject_lambda_context
21-
def lambda_handler(event: dict, context: LambdaContext) -> str:
21+
def lambda_handler(event: dict, context: LambdaContext) -> dict:
2222
data: dict = event.get("body", {})
2323

2424
logger.info("Encrypting the whole object")

0 commit comments

Comments
 (0)