Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 48a933b

Browse files
authored
Updates for release v2.1.4
### Updated - AWS SDK Node and Python libraries
2 parents e639827 + 7f4fde5 commit 48a933b

File tree

67 files changed

+1441
-1632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1441
-1632
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.4] - 2023-06-07
9+
10+
### Updated
11+
12+
- AWS SDK Node and Python libraries
13+
814
## [2.1.3] - 2023-04-18
915

1016
### Fixed

source/lambda/capture_news_feed/.coveragerc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[run]
22
omit =
33
charset_normalizer/*
4-
*certifi/*
5-
*chardet/*
4+
certifi/*
5+
chardet/*
66
feedparser.py
7-
*idna/*
8-
*requests/*
7+
idna/*
8+
requests/*
99
requests_file.py
10-
*tldextract/*
11-
*urllib3/*
10+
tldextract/*
11+
urllib3/*
1212
images/*
1313
tests/*
1414
.venv-*/*
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
moto==4.1.7
2-
pytest==7.2.2
3-
pytest-cov==4.0.0
1+
moto==4.1.10
2+
pytest==7.3.1
3+
pytest-cov==4.1.0
44
botocore
5-
mock==5.0.1
5+
mock==5.0.2
66
responses==0.23.1
77
-e ../layers/python_lambda_layer

source/lambda/firehose-text-proxy/package-lock.json

Lines changed: 26 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firehose-text-proxy",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Lambda proxy to write to Firehose to generate Glue tables through S3",
55
"main": "index.js",
66
"scripts": {
@@ -11,13 +11,13 @@
1111
"author": "aws-solutions-builder@",
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"aws-sdk": "^2.1354.0",
14+
"aws-sdk": "^2.1388.0",
1515
"moment": "^2.29.4"
1616
},
1717
"devDependencies": {
1818
"aws-sdk-mock": "^5.8.0",
1919
"chai": "^4.3.7",
2020
"jest": "^29.5.0",
21-
"sinon": "^15.0.3"
21+
"sinon": "^15.1.0"
2222
}
23-
}
23+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
moto==4.1.7
2-
pytest==7.2.2
3-
pytest-cov==4.0.0
1+
moto==4.1.10
2+
pytest==7.3.1
3+
pytest-cov==4.1.0
44
-e ../layers/python_lambda_layer

source/lambda/ingestion-consumer/package-lock.json

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

source/lambda/ingestion-consumer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-consumer",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "The consumer of the Kinesis stream to receive social media feed",
55
"main": "index.js",
66
"scripts": {
@@ -14,6 +14,6 @@
1414
"aws-sdk-mock": "^5.8.0",
1515
"chai": "^4.3.7",
1616
"jest": "^29.5.0",
17-
"sinon": "^15.0.3"
17+
"sinon": "^15.1.0"
1818
}
19-
}
19+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
moto==4.1.7
2-
pytest==7.2.2
3-
pytest-cov==4.0.0
1+
moto==4.1.10
2+
pytest==7.3.1
3+
pytest-cov==4.1.0
44
botocore
5-
mock==5.0.1
5+
mock==5.0.2
66
-e ../layers/python_lambda_layer

0 commit comments

Comments
 (0)