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
feita há 9 meses170 visualizações
1 Resposta
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
ESPECIALISTA
Uri
respondido há 9 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas