Skip to content

Commit 078a35b

Browse files
authored
Use aws-serverlessrepo-python Fork (#49)
Related: amazon-archives/aws-serverlessrepo-python#35
1 parent aad6e2f commit 078a35b

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

poetry.lock

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-log-ingestion"
3-
version = "2.6.2"
3+
version = "2.6.3"
44
description = ""
55
authors = ["New Relic <serverless@newrelic.com>"]
66
license = "Apache 2.0"
@@ -19,6 +19,7 @@ flake8 = "^4.0.1"
1919
mock = "^4.0.3"
2020
pytest = "^6.2.5"
2121
pytest-asyncio = "^0.16.0"
22+
serverlessrepo = {git = "https://github.com/kolanos/aws-serverlessrepo-python.git", rev = "master"}
2223

2324
[build-system]
2425
requires = ["poetry-core>=1.0.0"]

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Metadata:
6262
LicenseUrl: LICENSE
6363
ReadmeUrl: README.md
6464
HomePageUrl: https://github.com/newrelic/aws-log-ingestion
65-
SemanticVersion: 2.6.2
65+
SemanticVersion: 2.6.3
6666
SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion
6767

6868
Resources:

0 commit comments

Comments
 (0)