| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AssetCode |
AssetCode.Builder.build() |
static AssetCode |
Code.fromAsset(String path)
(experimental) Loads the function code from a local disk path.
|
static AssetCode |
Code.fromAsset(String path,
AssetOptions options)
(experimental) Loads the function code from a local disk path.
|
static AssetCode |
Code.fromDockerBuild(String path)
(experimental) Loads the function code from an asset created by a Docker build.
|
static AssetCode |
Code.fromDockerBuild(String path,
DockerBuildAssetOptions options)
(experimental) Loads the function code from an asset created by a Docker build.
|
Copyright © 2021. All rights reserved.