| Method and Description |
|---|
| software.amazon.awscdk.services.lambda.Code.directory(String)
use `lambda.Code.asset(path)` (no need to specify if it's a file or a directory)
|
| software.amazon.awscdk.services.lambda.Code.file(String)
use `lambda.Code.asset(path)` (no need to specify if it's a file or a directory)
|
Copyright © 2018. All rights reserved.