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)

1 Risposta
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
ESPERTO
Uri
con risposta 9 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande