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

Commit c18b1e7

Browse files
authored
update to version v2.1.3
### Fixed - Update AWS-SDK V2 that addresses the security issue identified in xml2js (aws/aws-sdk-js#4387) - Updated the bucket policy on the logging bucket to grant access to the logging service principal (logging.s3.amazonaws.com) for access log delivery.
2 parents 3726719 + 58e4bb5 commit c18b1e7

File tree

87 files changed

+17615
-15317
lines changed

Some content is hidden

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

87 files changed

+17615
-15317
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.3] - 2023-04-18
9+
10+
### Fixed
11+
12+
- Update AWS-SDK V2 that addresses the security issue identified in xml2js (https://github.com/aws/aws-sdk-js/issues/4387)
13+
- Updated the bucket policy on the logging bucket to grant access to the logging service principal (logging.s3.amazonaws.com) for access log delivery.
14+
815
## [2.1.2] - 2023-01-11
916

1017
### Fixed

deployment/build-s3-dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ for folder in */ ; do
8585

8686
if [ -e "requirements.txt" ]; then
8787
if [ "$function_name" = "capture_news_feed" ]; then
88+
echo "Python version is $(python --version)"
8889
echo "Installing $function_name lambda using virtual environment"
8990
python3 -m venv .venv-test
9091
echo "Activating virtual environment"
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
moto==4.1.0
2-
pytest==7.2.0
1+
moto==4.1.7
2+
pytest==7.2.2
33
pytest-cov==4.0.0
44
botocore
55
mock==5.0.1
6-
responses==0.22.0
6+
responses==0.23.1
7+
-e ../layers/python_lambda_layer

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

Lines changed: 1106 additions & 986 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.2",
3+
"version": "2.1.3",
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.1290.0",
14+
"aws-sdk": "^2.1354.0",
1515
"moment": "^2.29.4"
1616
},
1717
"devDependencies": {
1818
"aws-sdk-mock": "^5.8.0",
1919
"chai": "^4.3.7",
20-
"jest": "^29.3.1",
21-
"sinon": "^15.0.1"
20+
"jest": "^29.5.0",
21+
"sinon": "^15.0.3"
2222
}
2323
}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
moto==4.1.0
2-
pytest==7.2.0
3-
pytest-cov==4.0.0
1+
moto==4.1.7
2+
pytest==7.2.2
3+
pytest-cov==4.0.0
4+
-e ../layers/python_lambda_layer

0 commit comments

Comments
 (0)