Read & Copy file contents and deliver to target

0

Does AWS API Gateway supports reading the file from SFTP server, copying the contents alone (not the file itself) and then deliver them the contents as a payload to another end point?

I am new to Amazon and checking this for one of my integration requirement where source can generate the data only in the form of outbound reports and target cannot accept the file (as it is their practice, not to accept any files)

Mohamed
asked 8 months ago160 views
1 Answer
0

No. API Gateway has integrations with Lambda functions, different AWS services and HTTP endpoints. You can implement this functionality in a Lambda function. API Gateway will invoke the function and the function will download the file from SFTP and make a call with the file content to another endpont.

profile pictureAWS
EXPERT
Uri
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions