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

Commit b3b3098

Browse files
authored
Update to vesrion v2.1.1
### Fixed - GitHub [issue #75](#75). This fix prevents AWS Service Catalog AppRegistry Application Name and Attribute Group Name from using a string that begins with AWS, since strings begining with AWS are considered as reserved words by the AWS Service.
2 parents 437c5ee + 1b3afbe commit b3b3098

Some content is hidden

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

47 files changed

+561
-534
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,23 @@ 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.1] - 2022-12-19
9+
10+
### Fixed
11+
12+
- GitHub [issue #75](https://github.com/aws-solutions/discovering-hot-topics-using-machine-learning/issues/75). This fix prevents AWS Service Catalog AppRegistry Application Name and Attribute Group Name from using a string that begins with `AWS`, since strings begining with `AWS` are considered as reserved words by the AWS Service.
13+
814
## [2.1.0] - 2022-12-05
915

16+
### Added
17+
1018
- [Service Catalog AppRegistry](https://docs.aws.amazon.com/servicecatalog/latest/arguide/intro-app-registry.html) resource to register the CloudFormation template and underlying resources as an application in both Service Catalog AppRegistry and AWS Systems Manager Application Manager
1119

1220
## [2.0.1] - 2022-11-16
1321

1422
### Fixed
1523

16-
- Github [issue #69](https://github.com/aws-solutions/discovering-hot-topics-using-machine-learning/issues/69). The fix required the ingestion infrastructure code in CDK to be pass the AWS CloudFormation parameter to be passed to the Reddit nested stack.
24+
- Github [issue #69](https://github.com/aws-solutions/discovering-hot-topics-using-machine-learning/issues/69). The fix required the ingestion infrastructure code in CDK to be pass the AWS CloudFormation parameter to be passed to the Reddit nested stack.
1725

1826
### Updated
1927

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firehose-text-proxy",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"description": "Lambda proxy to write to Firehose to generate Glue tables through S3",
55
"main": "index.js",
66
"scripts": {

source/lambda/ingestion-consumer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/ingestion-consumer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-consumer",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"description": "The consumer of the Kinesis stream to receive social media feed",
55
"main": "index.js",
66
"scripts": {
@@ -16,4 +16,4 @@
1616
"jest": "^29.0.3",
1717
"sinon": "^14.0.0"
1818
}
19-
}
19+
}

source/lambda/ingestion-producer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/ingestion-producer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-producer",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"description": "This function pulls data from the twitter stream and pushes it to Kinesis Stream.",
55
"main": "feed-producer.js",
66
"scripts": {
@@ -21,4 +21,4 @@
2121
"jest": "^29.0.3",
2222
"sinon": "^14.0.0"
2323
}
24-
}
24+
}

source/lambda/ingestion-reddit/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/lambda/ingestion-reddit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ingestion-reddit",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"description": "This function pulls data from the reddit and pushes it to Kinesis Stream.",
55
"main": "index.js",
66
"scripts": {
@@ -21,4 +21,4 @@
2121
"jest": "^29.0.3",
2222
"sinon": "^14.0.0"
2323
}
24-
}
24+
}

source/lambda/integration/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)