🐾 🐱 🐶
Tweets adoptable pets (from Adopt-a-Pet API) using Serverless framework and AWS Lambda.
Inspired by work on Cute Pets Norfolk
With node 4.3 installed, install the Serverless Architecture:
$ npm i -g serverless
Clone this repository
$ git clone git@github.com:lynnaloo/adoptable-pet-bot.git
Install dependencies
$ npm i
Setup your Account Provider and Credentials
Run Unit Tests
npm test
Test Lambda Function locally
serverless invoke local -l -f tweetPet
Deploy Lambda Functions
$ sls deploy -v
MIT