Get full-text RSS feeds from a given data source. Built with Serverless Framework and can be deployed to AWS with a single command.
- Run
npm install
. - Edit
config.yml
.
To start the local development server, run:
$ npm start
Before the deploy, you'll need to have Serverless Framework with AWS setup, and make sure the configurations in config.yml
are what you want.
To deploy to AWS, just run:
$ npm run deploy
And to remove the deployment, use:
$ npm run remove
Check out the Serverless AWS Lambda CLI Reference for more information.