Monitor apps stake usage throughout the session time.
The pocket's notification system is a monitor intended for internal use in the pocket organization, provides information on the usage of applications and load balancers and also sends alerts in case the configured threshold is exceeded. Currently used by internal channels and the portal.
Deployment is done with aws-sam as several lambdas but is not tied to it, the code can be easily redeployed into any enviroment that supports nodejs. For lambda you need a configuration file (example in the repo), provide the environment variables by filling parameter_overrides
and run the commands sam build
and sam deploy
respectively.
This project is licensed under the MIT License; see the LICENSE.md file for details.