| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AssetImageCode |
AssetImageCode.Builder.build() |
static AssetImageCode |
Code.fromAssetImage(String directory)
(experimental) Create an ECR image from the specified asset and bind it as the Lambda code.
|
static AssetImageCode |
Code.fromAssetImage(String directory,
AssetImageCodeProps props)
(experimental) Create an ECR image from the specified asset and bind it as the Lambda code.
|
Copyright © 2021. All rights reserved.