Interface NativeLambdaExtension


public interface NativeLambdaExtension
Allows configuring the native lambda specific parameters.
  • Method Details

    • getLambdaRuntime

      org.gradle.api.provider.Property<NativeLambdaRuntime> getLambdaRuntime()
      The native lambda runtime
      Returns:
      the runtime
    • getLambdaRuntimeClassName

      org.gradle.api.provider.Property<String> getLambdaRuntimeClassName()
      The native lambda runtime main class. Defaults to the lambda runtime main class.
      Returns:
      the main class name