File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
poetry run sam validate
57
57
poetry run sam build
58
58
poetry run sam package --s3-bucket nr-serverless-applications --output-template-file packaged.yaml
59
- poetry sam publish --region us-east-1 --template packaged.yaml
59
+ poetry run sam publish --region us-east-1 --template packaged.yaml
60
60
61
61
workflows :
62
62
version : 2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws-log-ingestion"
3
- version = " 2.6.1 "
3
+ version = " 2.6.2 "
4
4
description = " "
5
5
authors = [" New Relic <serverless@newrelic.com>" ]
6
6
license = " Apache 2.0"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Metadata:
62
62
LicenseUrl : LICENSE
63
63
ReadmeUrl : README.md
64
64
HomePageUrl : https://github.com/newrelic/aws-log-ingestion
65
- SemanticVersion : 2.6.1
65
+ SemanticVersion : 2.6.2
66
66
SourceCodeUrl : https://github.com/newrelic/aws-log-ingestion
67
67
68
68
Resources :
You can’t perform that action at this time.
0 commit comments