| Package | Description |
|---|---|
| io.github.cdklabs.projen.awscdk |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunction.Builder |
LambdaFunction.Builder.bundlingOptions(BundlingOptions bundlingOptions)
(experimental) Bundling options for this AWS Lambda function.
|
LambdaFunction.Builder |
LambdaFunction.Builder.cdkDeps(AwsCdkDeps cdkDeps)
(experimental) AWS CDK dependency manager.
|
LambdaFunction.Builder |
LambdaFunction.Builder.constructFile(String constructFile)
(experimental) The name of the generated TypeScript source file.
|
LambdaFunction.Builder |
LambdaFunction.Builder.constructName(String constructName)
(experimental) The name of the generated `lambda.Function` subclass.
|
static LambdaFunction.Builder |
LambdaFunction.Builder.create(Project project) |
LambdaFunction.Builder |
LambdaFunction.Builder.entrypoint(String entrypoint)
(experimental) A path from the project root directory to a TypeScript file which contains the AWS Lambda handler entrypoint (exports a `handler` function).
|
LambdaFunction.Builder |
LambdaFunction.Builder.runtime(LambdaRuntime runtime)
(experimental) The node.js version to target.
|
Copyright © 2021. All rights reserved.