| Modifier and Type | Method and Description |
|---|---|
static AssetCode |
Code.asset(String path)
Deprecated.
use `fromAsset`
|
static AssetCode |
Code.fromAsset(String path)
Loads the function code from a local disk path.
|
static AssetCode |
Code.fromAsset(String path,
AssetOptions options)
Loads the function code from a local disk path.
|
static AssetCode |
Code.fromDockerBuild(String path)
Loads the function code from an asset created by a Docker build.
|
static AssetCode |
Code.fromDockerBuild(String path,
DockerBuildAssetOptions options)
Loads the function code from an asset created by a Docker build.
|
Copyright © 2023. All rights reserved.