Speaking from general server dev going back to the 90's, but w/o Amazon or Flask, so may not apply:

# Jetty server now forwards the request to a Python Flask server which has the lambda function by passing object data to it # Lambda function code perform the transformation on the object and POST it back to Jetty server (which is a different API called writeGetObjectResponse)

It seems the original GET should be waiting on a synchronous call to the Flask server (after the sync GET to HS/HSC), and respond by forwarding the response?



--
Phobrain.com
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to