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 ?
asked a month ago35 views
1 Answers
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
Relevant questions
AWS Glue visual job
asked 2 months agoGlue studio has no option to edit existing job visually
asked 2 months agoAWS Glue retry a job after an execution error
Accepted Answerasked 3 months ago"Resource Unavailable" in AWS Glue
Accepted AnswerAWS Glue - Read a 'local' file in Python
asked 13 days agoCan AWS Glue handles complex transformation jobs like Talend. Can any one share their observations around AWS Glue vs any standard ETL
asked 6 months agoCan Glue bookmarks be used between Glue workflow steps?
Accepted Answerasked 3 years agoAWS Glue Studio - AWS Lambda
asked a month agoGlue Studio Job - How to add the file name or path as a Source Key output or partition
Accepted Answerasked 3 months agoSync between publish and subscribe to iot topic in AWS Lambda
asked 5 months ago