I want to know that is there any way to execute an AWS Glue Job (Python shell type) directly via API Gateway. My Glue job reads a file from the AWS S3 bucket and does an operation using the file content. I have already created the python script in the AWS glue job and it is run successfully. I want to execute the Glue Job via API Gateway.
Is it possible to do so?
Can you please give me a hint to do this? Thanks in advance!