UNPKG

2.15 kBMarkdownView Raw
1# Middy Core
2
3<div align="center">
4 <img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/master/img/middy-logo.png"/>
5</div>
6
7<div align="center">
8 <p><strong>Core component of the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
9</div>
10
11<div align="center">
12<p>
13 <a href="http://badge.fury.io/js/%40middy%2Fcore">
14 <img src="https://badge.fury.io/js/%40middy%2Fcore.svg" alt="npm version" style="max-width:100%;">
15 </a>
16 <a href="https://snyk.io/test/github/middyjs/middy">
17 <img src="https://snyk.io/test/github/middyjs/middy/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/middyjs/middy" style="max-width:100%;">
18 </a>
19 <a href="https://standardjs.com/">
20 <img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" alt="Standard Code Style" style="max-width:100%;">
21 </a>
22 <a href="https://greenkeeper.io/">
23 <img src="https://badges.greenkeeper.io/middyjs/middy.svg" alt="Greenkeeper badge" style="max-width:100%;">
24 </a>
25 <a href="https://gitter.im/middyjs/Lobby">
26 <img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;">
27 </a>
28</p>
29</div>
30
31
32## Install
33
34To install middy you can use NPM:
35
36```bash
37npm install --save @middy/core
38```
39
40
41## Documentation and examples
42
43For documentation and examples, refers to the main [Middy monorepo on GitHub](https://github.com/middyjs/middy) or [Middy official website](https://middy.js.org).
44
45
46## Contributing
47
48Everyone is very welcome to contribute to this repository. Feel free to [raise issues](https://github.com/middyjs/middy/issues) or to [submit Pull Requests](https://github.com/middyjs/middy/pulls).
49
50
51## License
52
53Licensed under [MIT License](LICENSE). Copyright (c) 2017-2018 Luciano Mammino and the [Middy team](https://github.com/middyjs/middy/graphs/contributors).
54
55<a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy?ref=badge_large">
56 <img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmiddyjs%2Fmiddy.svg?type=large" alt="FOSSA Status" style="max-width:100%;">
57</a>