Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

ChrisCooney/rss-feed-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless API Experiment

Running the software

You should only need to spin up the client when you run this. The server side lambda has already been deployed and re-deploying will change the URL.

Starting the application

Simply run the following from the root of the project:

./startup.sh

This will install all dependencies for the client and start up webpack dev server.

TODO

  • Behavioural tests for the full end to end system would be nice. (Cucumber maybe?)
  • More specific error handling in the API.
  • The endless tweaking of Webpack to get it as performant as possible.
  • Fix the URL in place. As far as I could see, this is not automatable since you need to set up a cert with AWS.
  • Improving the error handling from the API. Simple "500" isn't exactly descriptive.

About

Parses an RSS feed. Experiment with serverless + a bit of TDD workout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published