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

Commit

Permalink
Update to version v2.1.2
Browse files Browse the repository at this point in the history
### Updates
- AWS CDK, AWS SDK, Nodejs, and Python library updates.
  • Loading branch information
tabdunabi authored Jan 11, 2023
2 parents b3b3098 + 92bd274 commit 3726719
Show file tree
Hide file tree
Showing 64 changed files with 23,393 additions and 20,394 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.2] - 2023-01-11

### Fixed

- Update AWS CDK, Nodejs and Python library updates

## [2.1.1] - 2022-12-19

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/capture_news_feed/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
moto==4.0.10
moto==4.1.0
pytest==7.2.0
pytest-cov==4.0.0
botocore
mock==4.0.3
mock==5.0.1
responses==0.22.0
2,291 changes: 1,212 additions & 1,079 deletions source/lambda/firehose-text-proxy/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions source/lambda/firehose-text-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firehose-text-proxy",
"version": "2.1.1",
"version": "2.1.2",
"description": "Lambda proxy to write to Firehose to generate Glue tables through S3",
"main": "index.js",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"author": "aws-solutions-builder@",
"license": "Apache-2.0",
"dependencies": {
"aws-sdk": "^2.1223.0",
"aws-sdk": "^2.1290.0",
"moment": "^2.29.4"
},
"devDependencies": {
"aws-sdk-mock": "^5.7.0",
"chai": "^4.3.6",
"jest": "^29.0.3",
"sinon": "^14.0.0"
"aws-sdk-mock": "^5.8.0",
"chai": "^4.3.7",
"jest": "^29.3.1",
"sinon": "^15.0.1"
}
}
2 changes: 1 addition & 1 deletion source/lambda/firehose_topic_proxy/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moto==4.0.10
moto==4.1.0
pytest==7.2.0
pytest-cov==4.0.0
Loading

0 comments on commit 3726719

Please sign in to comment.