I have a non standard application like follows: I have a Google app engine skeleton that dispatches requests to another Python server. The server does some computation and sends back different kinds of results that then get served out by the GAE handlers to display as html to the browser. This stuff works fine. I can't move the Python server under the GAE code for legacy and complexity reasons (GAE does not give me the freedom to import packages freely without using as a library or something). Anyways my main question is how can I deploy such an application to AWS to show to my collaborators who are far away?
Aucun commentaire:
Enregistrer un commentaire