Is there a way I can configure VM parameters on a Java AWS Lambda? I've already searched the AWS Lambda docs and blogs, and have found no way to configure the underlying system whatsoever.
Java. Java has been in service for decades and is, to this day, a reliable option when choosing the backbone of your stack. With AWS Lambda is no different as it makes a strong candidate for your functions.
At least some JVM arguments can be passed via the JAVA_TOOL_OPTIONS environment variable. I've used this successfully to debug classpath loading issues with the "-verbose:class" flag for example.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With