A web service that can detect the name a bill should have, based off the text it contains.
- Clone this repository
- Get the aws cli and login
- Create a Lambda function (call it
bills
) - Copy conf/sample-config.json to
conf/config.json
and add details of your bills - Run
npm run deploy
- Thats it! Your code is now on AWS Lambda. - Submit the text of a bill to the web service, and it will return the file name it should be renamed to.