| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Runtime.Builder |
Runtime.Builder.bundlingDockerImage(String bundlingDockerImage)
(experimental) The Docker image name to be used for bundling in this runtime.
|
static Runtime.Builder |
Runtime.Builder.create(String name) |
static Runtime.Builder |
Runtime.Builder.create(String name,
RuntimeFamily family) |
Runtime.Builder |
Runtime.Builder.supportsCodeGuruProfiling(Boolean supportsCodeGuruProfiling)
(experimental) Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.
|
Runtime.Builder |
Runtime.Builder.supportsInlineCode(Boolean supportsInlineCode)
(experimental) Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
|
Copyright © 2021. All rights reserved.