Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

christ-off/feed2twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

219 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors