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

Commit

Permalink
Merge pull request #149 from aws-solutions/feature/v2.3.2
Browse files Browse the repository at this point in the history
Update to version v2.3.2
  • Loading branch information
fhoueto-amz authored Aug 6, 2024
2 parents e642216 + 5dee462 commit 53bb6ab
Show file tree
Hide file tree
Showing 34 changed files with 193 additions and 139 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,13 @@ source/lambda/wf_publish_topic_model/test/fixtures/output/doc-topics.csv
source/lambda/wf_publish_topic_model/test/fixtures/output/topic-terms.csv

.idea/

# 3rd party libraries
source/lambda/ingestion-youtube/proto/
source/lambda/ingestion-youtube/proto_plus-1.24.0.dist-info/
source/lambda/layers/python_lambda_layer/bin/
source/lambda/layers/python_lambda_layer/certifi/
source/lambda/layers/python_lambda_layer/charset_normalizer/
source/lambda/layers/python_lambda_layer/idna/
source/lambda/layers/python_lambda_layer/requests/
source/lambda/layers/python_lambda_layer/urllib3/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.3.2] - 2024-08-06

### Security
- Patched fast-xml-parser vulnerability

## [2.3.1] - 2024-07-02

### Security
Expand Down
18 changes: 9 additions & 9 deletions source/lambda/firehose-text-proxy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion 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.3.1",
"version": "2.3.2",
"description": "Lambda proxy to write to Firehose to generate Glue tables through S3",
"main": "index.js",
"scripts": {
Expand All @@ -22,5 +22,8 @@
"chai": "^4.3.7",
"jest": "^29.7.0",
"sinon": "^17.0.1"
},
"overrides": {
"fast-xml-parser": "^4.4.1"
}
}
18 changes: 9 additions & 9 deletions source/lambda/ingestion-consumer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion source/lambda/ingestion-consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ingestion-consumer",
"version": "2.3.1",
"version": "2.3.2",
"description": "The consumer of the Kinesis stream to receive social media feed",
"main": "index.js",
"scripts": {
Expand All @@ -21,5 +21,8 @@
},
"dependencies": {
"@aws-sdk/client-sfn": "^3.369.0"
},
"overrides": {
"fast-xml-parser": "^4.4.1"
}
}
18 changes: 9 additions & 9 deletions source/lambda/ingestion-producer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion source/lambda/ingestion-producer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ingestion-producer",
"version": "2.3.1",
"version": "2.3.2",
"description": "This function pulls data from the twitter stream and pushes it to Kinesis Stream.",
"main": "feed-producer.js",
"scripts": {
Expand All @@ -26,5 +26,8 @@
"chai": "^4.3.7",
"jest": "^29.7.0",
"sinon": "^17.0.1"
},
"overrides": {
"fast-xml-parser": "^4.4.1"
}
}
18 changes: 9 additions & 9 deletions source/lambda/ingestion-publish-subreddit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion source/lambda/ingestion-publish-subreddit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ingestion-publish-subreddit",
"version": "2.3.1",
"version": "2.3.2",
"description": "This function publishes the events for subreddits to ingest information from",
"main": "index.js",
"scripts": {
Expand All @@ -21,5 +21,8 @@
"aws-sdk-client-mock": "^3.0.1",
"chai": "^4.3.7",
"jest": "^29.7.0"
},
"overrides": {
"fast-xml-parser": "^4.4.1"
}
}
18 changes: 9 additions & 9 deletions source/lambda/integration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion source/lambda/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration",
"version": "2.3.1",
"version": "2.3.2",
"description": "Kinesis stream consumer",
"main": "index.js",
"scripts": {
Expand All @@ -21,5 +21,8 @@
},
"dependencies": {
"@aws-sdk/client-kinesis": "^3.515.0"
},
"overrides": {
"fast-xml-parser": "^4.4.1"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-nodesdk-custom-config",
"version": "2.3.1",
"version": "2.3.2",
"description": "AWS Nodejs SDK Config intialization layer",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/lambda/storage-firehose-processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/storage-firehose-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storage-firehose-processor",
"version": "2.3.1",
"version": "2.3.2",
"description": "Function to unwrap event object",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 53bb6ab

Please sign in to comment.