Functions should be able to declare a set of tags that they want to have in the logs. Assuming the Lambda has a tag of "team" that is set to "arthur", a call like this ``` update_context(tags=["team"]) ``` Should result in `"team":"arthur"` in the log record.
Functions should be able to declare a set of tags that they want to have in the logs.
Assuming the Lambda has a tag of "team" that is set to "arthur", a call like this
Should result in
"team":"arthur"in the log record.