Is there a way to run Lua scripts in Google App Engine (Python)?

397 Views Asked by At

I have a bunch of Lua scripts that I need to port to a Google App Engine application. Ideally I would like to be able to run those scripts within Python, either through and interpreter or with a wrapper/bridge like Lupa. Any ideas about how to accomplish this?

1

There are 1 best solutions below

0
On

Set up a separate micro service in App Engine Flex so that you can do this:

Run Lua script from Python