Hello all, fairly new to Tornado, a little under a year into Python (thanks to Udacity.com).My questions are these:
A) Can I set the static path to be a url to a remote server? If so, how?
B) Does anyone have any tips on changing out my old MySQL cursor.executes to work with DynamoDB?
We've recently decided to go cloud server. As such, I've gotten my Tornado server running just fine on E2. I'm still fighting my way into ElastiCache (but I think I'll get that one). My biggest things are that I'd like to serve my static files from my S3 bucket (since it IS a static content delivery...) and how to get info in and out of DynamoDB (so I can scale in a better fashion I'm going to try something other than my old faithful MySQL) from my Python.
Thanks,
Lincthra