We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadf150 commit e66138aCopy full SHA for e66138a
aws_lambda_powertools/helper/models.py
@@ -65,7 +65,7 @@ def build_lambda_context_model(context: object) -> LambdaContextModel:
65
66
context = {
67
"function_name": context.function_name,
68
- "function_memory_size": str(context.memory_limit_in_mb),
+ "function_memory_size": context.memory_limit_in_mb,
69
"function_arn": context.invoked_function_arn,
70
"function_request_id": context.aws_request_id,
71
}
0 commit comments