Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cubonetwork/serverless-wrap-log
A serverless plugin to wrap a function and add log on input and output.
https://github.com/cubonetwork/serverless-wrap-log
Last synced: 2 months ago
JSON representation
A serverless plugin to wrap a function and add log on input and output.
- Host: GitHub
- URL: https://github.com/cubonetwork/serverless-wrap-log
- Owner: cubonetwork
- License: mit
- Created: 2018-12-17T22:35:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T23:31:12.000Z (over 3 years ago)
- Last Synced: 2023-03-01T21:05:48.964Z (almost 2 years ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-wrap-log
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
[![npm version](https://badge.fury.io/js/serverless-wrap-log.svg)](https://badge.fury.io/js/serverless-wrap-log)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)A [serverless](http://www.serverless.com) plugin to wrap a function and add log on input and output.
## Install
`npm install --save-dev serverless-wrap-log`
Add the plugin to your `serverless.yml` file:
```yaml
plugins:
- serverless-wrap-log
```