https://github.com/dueyfinster/lambda-bill-sorter
https://github.com/dueyfinster/lambda-bill-sorter
aws aws-lambda bill bills rename-files
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dueyfinster/lambda-bill-sorter
- Owner: dueyfinster
- Created: 2017-08-22T14:55:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T16:29:33.000Z (about 8 years ago)
- Last Synced: 2025-01-12T02:31:48.944Z (9 months ago)
- Topics: aws, aws-lambda, bill, bills, rename-files
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# AWS Bill Renamer
A web service that can detect the name a bill should have, based off the text
it contains.## How to
1. Clone this repository
2. Get the [aws cli][] and login
3. Create a Lambda function (call it `bills`)
4. Copy [conf/sample-config.json](conf/sample-config.json) to `conf/config.json`
and add details of your bills
4. Run `npm run deploy` - Thats it! Your code is now on AWS Lambda.
5. Submit the text of a bill to the web service, and it will return the file
name it should be renamed to.[aws cli]: http://docs.aws.amazon.com/cli/latest/userguide/installing.html