Uses of Interface
io.github.cdklabs.projen.awscdk.LambdaFunctionOptions
-
Packages that use LambdaFunctionOptions Package Description io.github.cdklabs.projen.awscdk -
-
Uses of LambdaFunctionOptions in io.github.cdklabs.projen.awscdk
Classes in io.github.cdklabs.projen.awscdk that implement LambdaFunctionOptions Modifier and Type Class Description static classLambdaFunctionOptions.Jsii$ProxyAn implementation forLambdaFunctionOptionsMethods in io.github.cdklabs.projen.awscdk that return LambdaFunctionOptions Modifier and Type Method Description LambdaFunctionOptionsLambdaFunctionOptions.Builder. build()Builds the configured instance.Constructors in io.github.cdklabs.projen.awscdk with parameters of type LambdaFunctionOptions Constructor Description LambdaFunction(Project project, LambdaFunctionOptions options)(experimental) Defines a pre-bundled AWS Lambda function construct from handler code.
-