open-abap / aws-lambda-abap-runtime

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

change hard coded handler in bootstrap to handler variable #5

Closed JohannesKonings closed 4 years ago

JohannesKonings commented 4 years ago

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

should be:

RESPONSE=$(sourcecode=$sourcecode event=$EVENT_DATA _HANDLER=$_HANDLER node runtime.js)
JohannesKonings commented 4 years ago

done