We have a requirement to manage the AWS glue job from a microservice (rest service ). the microservice will provide a REST endpoint to start, stop and find the status of a glue job. We are looking for suggestion on how this can be achieved. What we know is using AWS-SDK we can achieve it. it would be very helpful if anyone can share their experience.
Asked
Active
Viewed 164 times
0
-
How are you planning to deploy the microservice? – titogeo Nov 20 '18 at 11:07
-
Its on AWS as a docker containerized application. – Prakash Nov 20 '18 at 11:26
-
1AWS already exposes REST endpoints for all of it's API's. https://docs.aws.amazon.com/glue/latest/webapi/API_Operations.html – titogeo Nov 20 '18 at 11:27
-
If you already know how to use AWS sdk, what are you looking for in specific? – titogeo Nov 20 '18 at 11:30
-
I am looking for something like a proven architecture to do this kind of work. Or any experience in developing this sort of application – Prakash Nov 21 '18 at 07:37