An AWS CDK construct that creates an SQS queue populated with tweets from a search query. Version 2.0.949, released weekly.
pip install cdk-tweet-queueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an SQS queue that streams tweets matching a search query.
Access the queue via `queue.queue` after construction.
Ensure your Twitter developer credentials are for API v2. See changelog for migration.
Set `consumer_timeout` to a value >= 60 seconds, e.g., 300.
Use `from cdk_tweet_queue import TweetQueue`
Do not provide a queue; use `queue.queue` to reference the created queue.
Use `queue.queue.queue_arn` or the `queue` attribute.