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.
2 parents 55e976b + 706ab14 commit 1b8fb3dCopy full SHA for 1b8fb3d
Log/lambda_function.py
@@ -57,7 +57,7 @@ def lambda_handler(event, context):
57
aws_meta["function_version"] = context.function_version
58
aws_meta["invoked_function_arn"] = context.invoked_function_arn
59
#Add custom tags here by adding new value with the following format "key1:value1, key2:value2" - might be subject to modifications
60
- metadata[DD_CUSTOM_TAGS] = "functionname:" + context.function_name+ ",memorysize:"+ context.memory_limit_in_mb
+ metadata[DD_CUSTOM_TAGS] = "forwardername:" + context.function_name+ ",memorysize:"+ context.memory_limit_in_mb
61
62
try:
63
logs = generate_logs(event)
0 commit comments