Skip to content
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

v2.1.1

19 Dec 21:16
b3b3098
Compare
Choose a tag to compare

Fixed

  • GitHub issue #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.

v2.1.0

05 Dec 19:56
437c5ee
Compare
Choose a tag to compare

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

17 Nov 18:25
bc46ca0
Compare
Choose a tag to compare

Fixed

  • Github issue #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.

Updated

  • CDK version 1.177.0
  • AWS SDK verson 2.1223.0

v2.0.0

31 May 17:32
4441a50
Compare
Choose a tag to compare

[2.0.0] - 2022-05-31

Added

  • The capability to ingest Subreddit comments using the Reddit API

Updated

  • CDK version 1.152.0
  • AWS SDK version 2.1127.0
  • Amazon QuickSight dashboard to support NLP analysis on Subreddit comments

v1.7.1

31 Mar 18:03
7f992e5
Compare
Choose a tag to compare

Updated

  • node and python module version dependencies

v1.7.0

16 Feb 18:50
6de8b46
Compare
Choose a tag to compare

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

25 Oct 18:06
213a18c
Compare
Choose a tag to compare

Fixed

  • GitHub issue #42. To fix the issue, RSS feed ingestion lambda function and SQLs related to the Amazon QuickSight dashboard were updated.

Updated

  • AWS CDK version to 1.125.0
  • AWS SDK version to 2.1008.0

Refer to changelog for more information.

v1.6.0

28 Sep 16:49
Compare
Choose a tag to compare

Added

  • Capability to ingest YouTube comments

Updated

  • AWS CDK version to 1.121.0
  • AWS SDK version to 2.991.0
  • Updated Amazon QuickSight analysis and dashboard to reflect the new ingestion source

Refer to changelog for more information.

v1.5.0

22 Jul 23:18
Compare
Choose a tag to compare

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

Refer to changelog for more information.

v1.4.0

04 Feb 19:15
Compare
Choose a tag to compare

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.