Skip to content

pofallon/cdk-twitter-activity

Repository files navigation

cdk-twitter-activity

CI Badge

AWS CDK construct to publish Twitter activity to AWS EventBridge

For more detail, see the wiki

Getting Started

  1. Visit the Twitter Developer site and create an app with consumer API keys as well as an access token and secret.

  2. Create a Twitter Account Activity API sandbox for your application (the free tier is fine for this use case).

  3. Store this App's credentials as SecureStrings in AWS Systems Manager Parameter Store under the following names:

    • /twitter/consumer_api_key
    • /twitter/consumer_api_secret_key
    • /twitter/access_token
    • /twitter/access_token_secret

Usage

See the examples directory for TypeScript and C# example stacks that use this construct.

To Do

  • Write tests! 😐

About

AWS CDK construct to publish Twitter activity to AWS EventBridge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published