| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromBuild(String path)
(experimental) Builds a Docker image.
|
static DockerImage |
DockerImage.fromBuild(String path,
DockerBuildOptions options)
(experimental) Builds a Docker image.
|
static DockerImage |
BundlingDockerImage.fromRegistry(String image)
Deprecated.
|
static DockerImage |
DockerImage.fromRegistry(String image)
(experimental) Reference an image on DockerHub or another online registry.
|
DockerImage |
BundlingOptions.getImage()
(experimental) The Docker image where the command will run.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.image(DockerImage image)
Sets the value of
BundlingOptions.getImage() |
| Modifier and Type | Method and Description |
|---|---|
DockerImage |
Runtime.getBundlingImage()
(experimental) The bundling Docker image for this runtime.
|
| Modifier and Type | Method and Description |
|---|---|
default DockerImage |
BundlingOptions.getDockerImage()
(experimental) A custom bundling Docker image.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getDockerImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.dockerImage(DockerImage dockerImage)
Sets the value of
BundlingOptions.getDockerImage() |
| Modifier and Type | Method and Description |
|---|---|
default DockerImage |
BundlingOptions.getDockerImage()
(experimental) A custom bundling Docker image.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getDockerImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.dockerImage(DockerImage dockerImage)
Sets the value of
BundlingOptions.getDockerImage() |
| Modifier and Type | Method and Description |
|---|---|
default DockerImage |
BundlingOptions.getImage()
(experimental) Docker image to use for bundling.
|
DockerImage |
BundlingOptions.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.image(DockerImage image)
Sets the value of
BundlingOptions.getImage() |
Copyright © 2022. All rights reserved.