Code to automate the creation of Evernote notes from template files, pulling in external data sources such as Fitbit, bank details, etc
- Justin Lawler
- Add logging!
- Configure for AWS - https://docs.aws.amazon.com/lambda/latest/dg/java-logging.html
- Get it working with log4j
- Get it LIVE
- Make configurable switch between SANDBOX & LIVE
- Get code working with live Evernote account
- Get it up on GitHub
- Deploy to AWS lambda
- Pull tasks from Trello oAuth2
- Security for passwords
- AWS 'Parameter Store'
- https://aws.amazon.com/blogs/mt/the-right-way-to-store-secrets-using-parameter-store/
- Pull in bank details
- Create more data-source beans
- Withings
- Ulsterbank
- Fitbit
- Weather
- Sun-rise
- Move over to use extensible spring beans with XML - currently it's just Java config
- Move templates to GitHub
- Make flexible for different templating strategies - markdown, groovy, jsp
- Pull goals in from many different text files
- Change over to use templates for note tagging and titles
- get unit tests working - TestGroovyTemplateNoteGenerator.java