Is it possible to call rest API from AWS glue job

0

I have rest API, which I need to call from AWS glue job and read some data from it for my transformation. Is it possible to handle that from AWS glue job.

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

Currently Glue does not have any in built connectors which can query a REST API directly. However if you can create your own custom code either in python or scala that can read from your REST API then you can use it in Glue job.

Case1 : If you do not have any connection attached to job then by default job can read data from internet exposed Rest API directly.

Case2: If you have glue connection attached to job, then make sure you have route of NAT gw in private subnet so that job can read data from Rest API.

AWS
已回答 2 年前

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

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

回答問題指南