1 Answer
- Newest
- Most votes
- Most comments
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 content
- asked 6 months ago
- asked 10 months ago
- asked a year ago
- asked 6 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 8 months ago
- How can I use a Lambda function to automatically start an AWS Glue job when a crawler run completes?AWS OFFICIALUpdated a year ago
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