|
|
|
|
|
by mbarlow
4854 days ago
|
|
I have used both. I would strongly suggest going with AWS. Reasons: Local development with Appengine is pretty bad. Good luck debugging and profiling production issues. Appengine will make you jump through many hoops that undermine or completely drop pieces of the Django framework. Getting data out of Appengine is a huge nightmare and timesink. If you ever decide to migrate off Appengine you will need to rewrite almost everything. |
|
I still have an app on GAE (the high availability version) mostly because I don't want to roll out my own HA Mongo DB. At some point it will become cost effective to do my own.
The other AWS plus: when my response time skyrockets, I can figure it out and fix it.