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

Commit 2cc9e40

Browse files
committed
library updates and snapshots
1 parent 4aa2331 commit 2cc9e40

File tree

55 files changed

+6505
-5947
lines changed

Some content is hidden

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

55 files changed

+6505
-5947
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Ingest YouTube comments
12+
- Capability to ingest YouTube comments
1313

1414
### Updated
1515

16-
- AWS CDK version to 1.120.0
17-
- AWS SDK version to 2.985.0
16+
- AWS CDK version to 1.121.0
17+
- AWS SDK version to 2.991.0
1818
- Updated Amazon QuickSight analysis and dashboard to reflect the new ingestion source
1919

2020
## [1.5.0] - 2021-07-22

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Deploying this solution with the default parameters builds the following environ
3333

3434
The architecture of the solution includes the following key components and workflows:
3535

36-
1. Ingestion – Twitter, RSS feed, and YouTube comments ingestion and management using Lambda functions, Amazon DynamoDB, and Amazon CloudWatch Event Scheduler.
36+
1. Ingestion – Twitter, RSS feeds, and YouTube comments ingestion and management using Lambda functions, Amazon DynamoDB, and Amazon CloudWatch Event Scheduler. For detailed reference architecture diagrams for Twitter, YouTube comment, and RSS news feed ingestion, refer to the [implementation guide](https://docs.aws.amazon.com/solutions/latest/discovering-hot-topics-using-machine-learning/overview.html).
3737

3838
2. Data Stream — The data is buffered through Amazon Kinesis Data Streams to provide resiliency and throttle incoming requests. The Data Streams have a configured DLQ to catch any errors in processing feeds.
3939

source/images/architecture.png

-54.9 KB
Loading

source/lambda/create-partition/package-lock.json

Lines changed: 285 additions & 285 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-partition",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Lambda function to run Glue Create Partition when a file is written to S3",
55
"main": "index.js",
66
"scripts": {
@@ -11,14 +11,14 @@
1111
"author": "aws-solutions-builder@",
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"aws-sdk": "^2.985.0",
14+
"aws-sdk": "^2.991.0",
1515
"axios": "^0.21.4"
1616
},
1717
"devDependencies": {
18-
"aws-sdk-mock": "^5.2.2",
18+
"aws-sdk-mock": "^5.3.0",
1919
"axios-mock-adapter": "^1.20.0",
2020
"chai": "^4.3.4",
21-
"jest": "^27.1.1",
21+
"jest": "^27.2.0",
2222
"sinon": "^11.1.2"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)