Alexander Whipp

Results 9 issues of Alexander Whipp

Enabled like this. Currently developing it in my forked branch. Add ignoreCase:true to config parameters when building completely ![Image of Example](http://i.imgur.com/tX4fbNo.png)

Before deploying to dev/master. * Cut API Gateway /dev stage * Point /dev to live version of lambda * Cut Lambda 7.0 version * Point /V1 to lambda 7.0

System to System trading

Trello: https://trello.com/b/DWAwkwUB/evetrade-roadmap Discord: https://discord.gg/9xZh5qKCeR

high-priority

Easiest way to do this is create an exit handler with the atexit package. Below is an example that I used in my fork of this branch: ``` def exit_handler():...