https://github.com/serverless/utils
General serverless utilities
https://github.com/serverless/utils
serverless utils
Last synced: about 2 months ago
JSON representation
General serverless utilities
- Host: GitHub
- URL: https://github.com/serverless/utils
- Owner: serverless
- License: mit
- Created: 2018-04-30T20:26:05.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T07:56:39.000Z (8 months ago)
- Last Synced: 2024-11-15T23:10:04.305Z (7 months ago)
- Topics: serverless, utils
- Language: JavaScript
- Size: 1.09 MB
- Stars: 30
- Watchers: 22
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @serverless/utils
## Serverless Inc. CLIs internal utilities
### Installation
```bash
npm install @serverless/utils
```### Utilities
- [`account`](docs/account.md)
- [`analyticsAndNotificationsUrl`](docs/analytics-and-notifications-url.md)
- [`auth`](docs/auth.md)
- [`cloudformationSchema`](docs/cloudformation-schema.md)
- [`config`](docs/config.md)
- [`download`](docs/download.md)
- [`getNotificationsMode`](docs/get-notifications-mode.md)
- [`isInChina`](docs/is-in-china.md)
- [`logReporters`](docs/log-reporters.md)
- [`log`](docs/log.md)
- [`processBackendNotificationRequest`](docs/process-backend-notification-request.md)
- [`ServerlessError`](docs/serverless-error.md)
- [`telemetry`](docs/telemetry.md)
- [`consoleUi`](docs/console-ui.md)