| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetImageCodeProps.Jsii$Proxy
An implementation for
AssetImageCodeProps |
| Modifier and Type | Method and Description |
|---|---|
AssetImageCodeProps |
AssetImageCodeProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static AssetImageCode |
Code.fromAssetImage(String directory,
AssetImageCodeProps props)
(experimental) Create an ECR image from the specified asset and bind it as the Lambda code.
|
static DockerImageCode |
DockerImageCode.fromImageAsset(String directory,
AssetImageCodeProps props)
(experimental) Create an ECR image from the specified asset and bind it as the Lambda code.
|
| Constructor and Description |
|---|
AssetImageCode(String directory,
AssetImageCodeProps props) |
Copyright © 2021. All rights reserved.