Skip to content

Commit 0ff9d5c

Browse files
authored
New extension (#3)
1 parent 7f68500 commit 0ff9d5c

17 files changed

Lines changed: 953 additions & 502 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# idea
2+
.idea

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Lambda extensions enable tools to integrate deeply into the Lambda execution env
44
To read more about Lambda Extensions, [click here](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html).
55
The Logz.io Lambda extension for logs, uses the AWS Extensions API and [AWS Logs API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-logs-api.html), and sends your Lambda Function Logs directly to your Logz.io account.
66

7-
This repo is based on the [AWS lambda extensions sample](https://github.com/aws-samples/aws-lambda-extensions/tree/main/python-example-logs-api-extension/extensions).
7+
This repo is based on the [AWS lambda extensions sample](https://github.com/aws-samples/aws-lambda-extensions).
88

99
## Available extensions
10-
* [Logs](https://github.com/logzio/logzio-lambda-extensions/tree/main/logs/python).
10+
* [Logs](https://github.com/logzio/logzio-lambda-extensions/tree/main/logzio-lambda-extensions-logs).

logs/python/extension/logzio_logs_api_extension.py

Lines changed: 0 additions & 264 deletions
This file was deleted.

logs/python/extension/logzio_logs_api_extension/__init__.py

Whitespace-only changes.

logs/python/extension/logzio_logs_api_extension/extensions_api_client.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)