This repository was archived by the owner on Dec 30, 2024. It is now read-only.
Releases: aws-solutions/discovering-hot-topics-using-machine-learning
Releases · aws-solutions/discovering-hot-topics-using-machine-learning
v2.1.1
v2.1.0
Added
- Service Catalog AppRegistry resource to register the CloudFormation template and underlying resources as an application in both Service Catalog AppRegistry and AWS Systems Manager Application Manager
v2.0.1
v2.0.0
v1.7.1
v1.7.0
Added
- The capability to ingest custom data by uploading files as JSON, XLSX, or CSV files
Updated
- Use Amazon Kinesis Data Firehose partition projection to store and partition the data by source date (instead of system processing date)
- Use Amazon Athena dynamic partitioning features to run SQL queries on data stored in S3 bucket
- AWS CDK version 1.137.0
- AWS SDK version 2.1067.0
Removed
- Creating of AWS Glue partitions (replaced with Amazon Athena dynamic partitions)
v1.6.1
v1.6.0
v1.5.0
Added
- Ingest RSS feeds from over ~3000+ news websites across the world
Updated
- AWS CDK version to 1.110.1
- AWS SDK version to 2.945.0
- Updated Nodejs Lambda runtimes to use Nodejs 14.x
- Updated Amazon QuickSight analysis and dashboard to reflect the new ingestion source
- Updated AWS StepFunction workflows to handle parallel ingestion (tweets from Twitter and RSS feeds from News websites)
Fixed
- Truncated tweets through merging GitHub pull request #26
Refer to changelog for more information.
v1.4.0
Added
- Capability to use geo coordinates when invoking the Twitter API to filter tweets returned by its Search API
- New visuals and sheets (tabs) on Amazon QuickSight to perform analysis using geo coordinates (when available with tweets)
- Additional remediation to handle throttling conditions from Twitter v1.1 API calls and push additional information to Amazon CloudWatch Logs that can be used to create alarms or notifications using CloudWatch Metric Filters
Updated
- Switched to AWS Managed KMS keys for AWS Glue Security Configuration
- AWS CDK version to 1.83.0
- AWS SDK version to 2.828.0
Refer to changelog for more information.