AWS Lambda ABAP custom runtime
Add a Node.Js layer from this repository https://github.com/lambci/node-custom-lambda to the lambda function
Run this commands to create the abap runtime layer as zip file.
npm install
sh /scripts/create_layer.sh
Add this layer as second layer to the lambda function. Via manual Upload or with the command from /scripts/publich_layer.sh.
Create a file with the name zcl_handler.clas.abap
in the lambda function. It could looks like the the file in the test folder.