Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
/ feed2twitter Public archive

A nodeJS Lambda to parse a feed and post a radndom entry to twitter

Notifications You must be signed in to change notification settings

christ-off/feed2twitter

Repository files navigation

feed2twitter

A nodeJS Lambda to parse a feed and post a random entry to twitter.

CodeQL Node.js CI

Requirements

Configuration

In terraform folder create a terraform.tfvars file

aws_access_key = "..."  
aws_secret_key = "..."  
feed = "..."  
consumer_key = "..."  
consumer_secret = "..."  
access_token = "..."  
access_token_secret = "..."

DynamoDB

  1. Download DynamoDB Local
  2. Check : aws dynamodb list-tables --endpoint-url http://localhost:8000