gwenshap / serverless-github-tweep

Will attempt to use Lambda functions to post updates from github to tweeter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This app tweets status updates from github. It uses Serverless Framework.

Configure

First, create a file called config.js and populate it with your AWS credentials. Something like this:

module.exports = {
    consumer_key: 'K6q...A',
    consumer_secret: 'gHr...f',
    access_token_key: '106...r',
    access_token_secret: '55T...w'
 }

Use Serverless Framework to Run:

  • Deploy: serverless deploy -v
  • Update: serverless deploy function -f githubposts
  • Manually invoke: serverless invoke -f githubposts -l
  • Destroy: serverless destroy

About

Will attempt to use Lambda functions to post updates from github to tweeter


Languages

Language:JavaScript 100.0%