| Modifier and Type | Class and Description |
|---|---|
class |
DockerImageFunction
Create a lambda function where the handler is a docker image.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.addEnvironment(String key,
String value)
Adds an environment variable to this Lambda function.
|
Function |
Function.addEnvironment(String key,
String value,
EnvironmentOptions options)
Adds an environment variable to this Lambda function.
|
Function |
Function.Builder.build() |
Copyright © 2021. All rights reserved.