aws-lambda-java-custom-runtime icon indicating copy to clipboard operation
aws-lambda-java-custom-runtime copied to clipboard

An example project showing how to create a Java custom runtime for AWS Lambda

Results 2 aws-lambda-java-custom-runtime issues
Sort by recently updated
recently updated
newest added
trafficstars

I was trying to get this working using Kotlin but I keep getting this: Error: Runtime exited without providing a reason Runtime.ExitError. My handler is setup like this class SimpleHandler:...

Hello @maschnetwork I'm still trying your setup to get some comparisons. I was trying to apply this to one of my apps. Unfortunately I got `NoClassDefFoundError: com/amazonaws/services/lambda/runtime/LambdaLogger` - apparently it...