Public Rest API to S3

0

I am new to AWS , I would like to know the easiest method to move data from a public APi such as Data.gov to an S3 bucket for further analysis . I am familiar with Aws services such as Glue and AppFlows but they don’t seem suited to pull data from a custom rest api endpoint .

1개 답변
1
수락된 답변

If you want to simply fetch the data from the API and write it to S3, this can be done with Lambda Functions. You could then set up EventBridge to trigger your Lambda Function at a predefined schedule, allowing you to poll the API periodically.

However if your workflow has more complex steps or involves long-running processes, you might want to look into other services like AWS Step Functions or AWS Batch.

Chamal
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠