lambda-monitoring
lambda-monitoring copied to clipboard
Logging and metrics libraries for AWS Lambda
Thanks for the brilliant library and it works great. Is it possible to log a certain variable from code in it? e.g. when my lambda is invoked from S3 file...
I got this message in my CloudWatch Logs while using version 1.0.3, probably from another library that uses SLF4J with a newer version? > SLF4J: No SLF4J providers were found....
I tried to use the lib and it is not picking the request id.
Sorry for the confusion, but it's not clear to me on the Readme if this library can be used a logger implementation for SLF4J. I have a library that uses...
I have been trying to use the lambda-logging library and I noticed something very odd - when running my lambda's using SAM local - the logs were not showing up...
lambda-metrics looks like a great solution for custom metrics in Lambda, thanks for this! One small suggestion: Many teams deploy project infrastructure via CloudFormation, so generating CFN template for metrics...