open-abap / aws-lambda-abap-runtime

AWS Lambda ABAP custom runtime
MIT License
9 stars 1 forks source link

replace response transfer via console.log() #6

Open JohannesKonings opened 4 years ago

JohannesKonings commented 4 years ago

Currently the return value from the handler is passed via console.log(). to the repsonse command in the bootstrap. Taht should be changed to a better solution.

https://github.com/open-abap/aws-lambda-abap-runtime/blob/88d291de3a2a9198f9b9fdb0a1d7d10ccb7b4a06/bootstrap#L20

https://github.com/open-abap/aws-lambda-abap-runtime/blob/88d291de3a2a9198f9b9fdb0a1d7d10ccb7b4a06/runtime.js#L9