Class MicronautFunction

java.lang.Object
io.micronaut.aws.cdk.function.MicronautFunction

public final class MicronautFunction extends Object
Micronaut Function.
Since:
3.4.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    static software.amazon.awscdk.services.lambda.Function.Builder
    create(io.micronaut.starter.application.ApplicationType applicationType, boolean graalVMNative, software.constructs.Construct scope, String id)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public static software.amazon.awscdk.services.lambda.Function.Builder create(io.micronaut.starter.application.ApplicationType applicationType, boolean graalVMNative, software.constructs.Construct scope, String id)
      Parameters:
      applicationType - DEFAULT or FUNCTION
      graalVMNative - Whether the function is going to be distributed as a GraalVM Native Image.
      scope - Scope
      id - function id
      Returns:
      Function Builder