| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Method and Description |
|---|---|
static AssetCode |
Code.asset(String path)
Loads the function code from a local disk asset.
|
static AssetCode |
Code.directory(String directoryToZip)
Deprecated.
use `lambda.Code.asset(path)` (no need to specify if it's a file or a directory)
|
static AssetCode |
Code.file(String filePath)
Deprecated.
use `lambda.Code.asset(path)` (no need to specify if it's a file or a directory)
|
Copyright © 2018. All rights reserved.