LambdaFunction.Builder |
LambdaFunction.Builder.awsSdkConnectionReuse(Boolean awsSdkConnectionReuse) |
(experimental) Whether to automatically reuse TCP connections when working with the AWS SDK for JavaScript.
|
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.edgeLambda(Boolean edgeLambda) |
(experimental) Whether to create a cloudfront.experimental.EdgeFunction instead of a lambda.Function.
|
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.
|