Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jakarta REST API Query

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

    Back to the top