8000 Merge pull request #13 from DataDog/darcy.rayner/add-codeowners-file · DataDog/datadog-lambda-python@7c1a48c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c1a48c

Browse files
Merge pull request #13 from DataDog/darcy.rayner/add-codeowners-file
Darcy.rayner/add codeowners file
2 parents cac9658 + 933cd6c commit 7c1a48c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @DataDog/serverless

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# datadog-lambda-layer-python
22

3-
![CircleCI](https://img.shields.io/circleci/build/github/DataDog/datadog-lambda-layer-python)
3+
[![CircleCI](https://img.shields.io/circleci/build/github/DataDog/datadog-lambda-layer-python)](https://circleci.com/gh/DataDog/datadog-lambda-layer-python)
44
[![PyPI](https://img.shields.io/pypi/v/datadog-lambda)](https://pypi.org/project/datadog-lambda/)
55
[![Slack](https://img.shields.io/badge/slack-%23serverless-blueviolet?logo=slack)](https://datadoghq.slack.com/channels/serverless/)
66
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/DataDog/datadog-lambda-layer-python/blob/master/LICENSE)
@@ -27,7 +27,6 @@ When developing your Lambda function locally where AWS Layer doesn't work, the D
2727

2828
The minor version of the `datadog-lambda` package always match the layer version. E.g., datadog-lambda v0.5.0 matches the content in layer version 5.
2929

30-
3130
### Environment Variables
3231

3332
The Datadog API must be defined as an environment variable via [AWS CLI](https://docs.aws.amazon.com/lambda/latest/dg/env_variables.html) or [Serverless Framework](https://serverless-stack.com/chapters/serverless-environment-variables.html):

0 commit comments

Comments
 (0)
0