-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.yaml
63 lines (54 loc) · 1.95 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
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: python-aws-lambda-handlers
# Tags of this project
tags:
- aws
- aws-lambda
- python
- handler
- pypi
# Categories of this project
categories:
- pypi-modules
- aws
- aws-lambda
- python
- handler
# License of this project
license: "APACHE2"
# Canonical GitHub repo
github_repo: enter-at/python-aws-lambda-handlers
# Badges to display
badges:
- name: "Build Status"
image: "https://github.com/enter-at/python-aws-lambda-handlers/workflows/Code%20checks%20and%20tests/badge.svg"
url: "https://github.com/enter-at/python-aws-lambda-handlers/actions?query=workflow%3A%22Code+checks+and+tests%22"
- name: "Release"
image: "https://img.shields.io/pypi/v/lambda-handlers.svg"
url: "https://pypi.org/project/lambda-handlers/"
- name: "Code Climate Maintainability"
image: "https://api.codeclimate.com/v1/badges/852b53c3aab82fe1ebe7/maintainability"
url: "https://codeclimate.com/github/enter-at/python-aws-lambda-handlers/maintainability"
- name: "Code Climate Test Coverage"
image: "https://api.codeclimate.com/v1/badges/852b53c3aab82fe1ebe7/test_coverage"
url: "https://codeclimate.com/github/enter-at/python-aws-lambda-handlers/test_coverage"
related:
- name: "node-aws-lambda-handlers"
description: |
An opinionated Typescript package that facilitates specifying AWS Lambda handlers including
input validation, error handling and response formatting.
url: "https://github.com/enter-at/node-aws-lambda-handlers"
# Short description of this project
description: |-
An opinionated Python package that facilitates specifying AWS Lambda handlers including
input validation, error handling and response formatting.
include:
- "docs/quickstart.md"
- "docs/examples.md"
- "docs/headers.md"
- "docs/errors.md"