Skip to content

Commit

Permalink
Fixing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Jan 30, 2024
1 parent 0d96349 commit 990e8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/data_masking/src/getting_started_encrypt_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


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

logger.info("Encrypting the whole object")
Expand Down

0 comments on commit 990e8ad

Please sign in to comment.