Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.2k forks source link

AWS Glue's python shell & apache spark jobs as batch processing #1939

Open jameelgrand opened 4 years ago

jameelgrand commented 4 years ago

I am currently using Zappa for the Django application to make serverless and manually maintaining aws glue's python jobs for replacing the batch server celery. can you please make aws-glue as asynchronous batch processing for Zappa framework?

I mean, I just write normal python functions and i will decorate with some decorators then that functions should automatically become awsglue jobs and callable from Django views.

jameelgrand commented 4 years ago

any responce ?