37 packages
@maxdome/cache
```javascript const cache = require('@maxdome/cache')(client);
@maxdome/cbe2
## Get an asset without knowing the type
@maxdome/cors
``` app.use(require('@maxdome/cors')()); ```
@maxdome/duration
```javascript const duration = require('@maxdome/duration');
@maxdome/eb-deploy
CLI for AWS Elastic Beanstalk deployments
@maxdome/env
```javascript require('@maxdome/env'); ```
@maxdome/exception-handling
```javascript require('@maxdome/exception-handling')({ logging }); ```
@maxdome/express
``` const app = require('@maxdome/express')();
@maxdome/handler
```javascript const handler = require('@maxdome/handler');
@maxdome/health
Provides an `/health` endpoint response with the health of the app in the [Spring Boot format](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-monitoring.html#production-ready-health-access-restrictions).