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

Commit 3726719

Browse files
authored
Update to version v2.1.2
### Updates - AWS CDK, AWS SDK, Nodejs, and Python library updates.
2 parents b3b3098 + 92bd274 commit 3726719

File tree

64 files changed

+23393
-20394
lines changed

Some content is hidden

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

64 files changed

+23393
-20394
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.2] - 2023-01-11
9+
10+
### Fixed
11+
12+
- Update AWS CDK, Nodejs and Python library updates
13+
814
## [2.1.1] - 2022-12-19
915

1016
### Fixed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
moto==4.0.10
1+
moto==4.1.0
22
pytest==7.2.0
33
pytest-cov==4.0.0
44
botocore
5-
mock==4.0.3
5+
mock==5.0.1
66
responses==0.22.0

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

Lines changed: 1212 additions & 1079 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firehose-text-proxy",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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.1223.0",
14+
"aws-sdk": "^2.1290.0",
1515
"moment": "^2.29.4"
1616
},
1717
"devDependencies": {
18-
"aws-sdk-mock": "^5.7.0",
19-
"chai": "^4.3.6",
20-
"jest": "^29.0.3",
21-
"sinon": "^14.0.0"
18+
"aws-sdk-mock": "^5.8.0",
19+
"chai": "^4.3.7",
20+
"jest": "^29.3.1",
21+
"sinon": "^15.0.1"
2222
}
2323
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
moto==4.0.10
1+
moto==4.1.0
22
pytest==7.2.0
33
pytest-cov==4.0.0

0 commit comments

Comments
 (0)