Skip to content

pedrolopesme/lambda-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda Monitor

AWS Lambda Utilities

Coverage Status

Makefile

This project provides a Makefile with all common operations need to develop, test and build lambda-monitor.

  • build: generates binaries
  • test: runs all tests
  • clean: removes binaries
  • fmt: runs gofmt for all go files
  • coverage: runs tests coverage build on Coveralls. It expects you to have declared COVERALLS_LAMBDAMONITOR_KEY env var.

Running tests

Tests were write using Testify. In order to run them, just type:

$ make test

License

Apache License, Version 2.0

About

AWS Lambda Monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published