open-abap / aws-lambda-abap-runtime

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

links #1

Open larshp opened 4 years ago

larshp commented 4 years ago

https://aws.amazon.com/blogs/aws/new-for-aws-lambda-use-any-programming-language-and-share-common-components/

https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html

https://github.com/awslabs/aws-sam-cli

JohannesKonings commented 4 years ago

Here are a list of lambda layers, which can be used a runtime: https://github.com/mthenw/awesome-layers/blob/master/README.md

A Node.Js layer can be used to transpile ABAP to JS in a second layer: https://github.com/lambci/node-custom-lambda

JohannesKonings commented 4 years ago

example how of a deno custom runtime: https://github.com/hayd/deno-lambda

JohannesKonings commented 4 years ago

swift custom runtime: https://swift.org/blog/aws-lambda-runtime/