-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.yaml
75 lines (65 loc) · 2.25 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: node-aws-lambda-handlers
# Tags of this project
tags:
- aws
- aws-lambda
- nodejs
- handler
- typescript
- npm-package
# Categories of this project
categories:
- nodejs-modules/supported
- aws
- aws-lambda
- nodejs
- handler
- typescript
- npm-package
# License of this project
license: "APACHE2"
# Canonical GitHub repo
github_repo: enter-at/node-aws-lambda-handlers
# Badges to display
badges:
- name: "Build Status"
image: "https://github.com/enter-at/node-aws-lambda-handlers/workflows/Lint%20&%20Test/badge.svg"
url: "https://github.com/enter-at/node-aws-lambda-handlers/actions"
- name: "Release"
image: "https://img.shields.io/npm/v/@enter-at/lambda-handlers.svg"
url: "https://www.npmjs.com/package/@enter-at/lambda-handlers"
- name: "Install size"
image: "https://packagephobia.com/badge?p=@enter-at/lambda-handlers"
url: "https://packagephobia.com/result?p=@enter-at/lambda-handlers"
- name: "Code Climate Maintainability"
image: "https://api.codeclimate.com/v1/badges/9a0d3859c2196e212e96/maintainability"
url: "https://codeclimate.com/github/enter-at/node-aws-lambda-handlers/maintainability"
- name: "Code Climate Test Coverage"
image: "https://api.codeclimate.com/v1/badges/9a0d3859c2196e212e96/test_coverage"
url: "https://codeclimate.com/github/enter-at/node-aws-lambda-handlers/test_coverage"
related:
- name: "python-aws-lambda-handlers"
description: |
An opinionated Python module that facilitates specifying AWS Lambda handlers including
input validation, error handling and response formatting.
url: "https://github.com/enter-at/python-aws-lambda-handlers"
# Short description of this project
description: |-
An opinionated Typescript package that facilitates specifying AWS Lambda handlers including input validation,
error handling and response formatting.
quickstart: |-
Install from NPM:
```bash
npm install @enter-at/lambda-handlers
```
include:
- "docs/api.md"
- "docs/status-code.md"
- "docs/headers.md"
- "docs/errors.md"