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
preguntada hace 9 meses170 visualizaciones
1 Respuesta
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
EXPERTO
Uri
respondido hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas