lambdalogs icon indicating copy to clipboard operation
lambdalogs copied to clipboard

A CLI tool to trace AWS Lambda calls over multiple CloudWatch log groups.

Results 6 lambdalogs issues
Sort by recently updated
recently updated
newest added

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.834.0 to 2.1328.0. Release notes Sourced from aws-sdk's releases. Release v2.1328.0 See changelog for more information. Release v2.1327.0 See changelog for more information. Release v2.1326.0 See changelog...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [cli-color](https://github.com/medikoo/cli-color) from 2.0.0 to 2.0.3. Release notes Sourced from cli-color's releases. 2.0.3 (2022-07-04) Maintenance Improvements Comparison since last release 2.0.2 (2022-03-31) Bug Fixes Ensure to use widely supported ANSI...

dependencies

Extract a function with a separate API so that lambdalogs can be used as a CLI tool as well as a module in another module.

In some cases the order of log entries differs to the order in CloudWatch. This happened to me when the time was equal to a few other log entries, i.e....

If using a non-empty filter pattern, exceptions won't be shown in the output. **Example error logging:** In Java: `logger.error("Unexpected exception.", ex)` converts to CloudWatch logs `2017-06-23 09:00:00 ERROR ExampleClass:123 -...