Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```