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.
- AWS CLI must be installed and configured with Administrator permission
- Docker must be installed. Refer Docker documentation.
- Golang must be installed. Refer Golang documentation
- Install the AWS SAM CLI. Refer SAM CLI Documentation
Run the following commands to:
-
Run the unit tests:
make test
-
Check the coverage:
make coverage