Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 921 Bytes

DEVELOPER.md

File metadata and controls

27 lines (17 loc) · 921 Bytes

Implementation

The Lambda leverages the New Relic Go client to process the logs in batches. This means it converts the AWS source logs into detailed JSON format.

Requirements

Unit Testing and Coverage

Run the following commands to:

  • Run the unit tests:

    make test
  • Check the coverage:

    make coverage