whats-new-summary-notifier
whats-new-summary-notifier copied to clipboard
A generative AI application that summarizes the content of AWS What's New and other web articles in multiple languages, and delivers the summary to Slack or Microsoft Teams.
*Issue #, if available:* #7 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
After a specific article was deleted, the RSS feed continued to be loaded, resulting in the system experiencing hallucinations. Resolution: Implement error handling to avoid generating any content when the...
Support for Google Chat as destination app
The function to retrieve the full text of articles from the source website and summarize them. Background: RSS feeds often do not include the full text of articles.
Due to a request limitation of Slack's webhook (1RPS), currently lambda's concurrency is limited to 1. By offloading API handling with EventBridge API Destination, allow parallel lambda execution to accelerate...
filter articles to be summarized by user specified topics, utilizing LLM.
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.141.0 to 2.189.0. Release notes Sourced from aws-cdk-lib's releases. v2.189.0 Features apigatewayv2: dualstack HTTP and WebSocket API (#34054) (eec900e) update L1 CloudFormation resource definitions (#34064) (9cb2602) bedrock:...