AWS Glue Studio - AWS Lambda

0

Hi, I'd like to know is it possible to write python's functions in aws lambda to complete a aws glue job created in aws studio. How can we mix aws studio jobs and aws lambda ?

posix
已提問 2 年前檢視次數 354 次
1 個回答
0

Hi, @posix

I understand that you want to run a Glue Studio job from a Lambda function.

You can easily work with AWS APIs from Python Lambda using Boto3.
And, when executing a Glue job, please check if the job can be executed by referring to the following.

https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html

profile picture
專家
iwasa
已回答 2 年前
AWS
專家
已審閱 2 年前
  • As @iwasa mentioned you can use lambda to start the run of a AWS Glue Job ( a job build with AWS Glue Studio is still a normal job that can be started from the console or programmatically).

    If you are looking at way to orchestrate AWS Glue jobs you can also consider AWS StepFunctions which are natively integrated with AWS Glue. https://docs.aws.amazon.com/step-functions/latest/dg/connect-glue.html

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南