You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps we should use an actual logging package (so long as it has the same end effect as console.log() because that's what Lambda expects to send to CloudWatch).
The text was updated successfully, but these errors were encountered:
mathomas
changed the title
Ensure that logs include the Alias as part of the message so we can correlate activity between different Lambda aliases.
Ensure that logs include the function Alias as part of the message so we can correlate activity between different Lambda aliases.
Jun 20, 2018
@mathomas I'd need some clarification here. The alias is already logged as a part of ARN at the beginning of each invocation, which btw has unique UUID, which could be used for corelation - isn't that enough? Would you rather see alias (PROD, TEST, etc.) per each line of log?
Perhaps we should use an actual logging package (so long as it has the same end effect as
console.log()
because that's what Lambda expects to send to CloudWatch).The text was updated successfully, but these errors were encountered: