There was an error while loading. Please reload this page.
1 parent 4f3e6ab commit 706ab14Copy full SHA for 706ab14
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