JohannesKonings / aws-lambda-abap-runtime

AWS Lambda ABAP custom runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-lambda-abap-runtime

AWS Lambda ABAP custom runtime

Usage

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.

About

AWS Lambda ABAP custom runtime

License:MIT License


Languages

Language:ABAP 34.7%Language:Shell 34.0%Language:JavaScript 31.3%