This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 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.
- Loading branch information
Showing
87 changed files
with
17,615 additions
and
15,317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
moto==4.1.0 | ||
pytest==7.2.0 | ||
moto==4.1.7 | ||
pytest==7.2.2 | ||
pytest-cov==4.0.0 | ||
botocore | ||
mock==5.0.1 | ||
responses==0.22.0 | ||
responses==0.23.1 | ||
-e ../layers/python_lambda_layer |
2,092 changes: 1,106 additions & 986 deletions
2,092
source/lambda/firehose-text-proxy/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
moto==4.1.0 | ||
pytest==7.2.0 | ||
pytest-cov==4.0.0 | ||
moto==4.1.7 | ||
pytest==7.2.2 | ||
pytest-cov==4.0.0 | ||
-e ../layers/python_lambda_layer |
Oops, something went wrong.