| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockerImageFunction
(experimental) Create a lambda function where the handler is a docker image.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
Function.addEnvironment(String key,
String value)
(experimental) Adds an environment variable to this Lambda function.
|
Function |
Function.addEnvironment(String key,
String value,
EnvironmentOptions options)
(experimental) Adds an environment variable to this Lambda function.
|
Function |
Function.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
NodejsFunction
(experimental) A Node.js Lambda function bundled using esbuild.
|
Copyright © 2021. All rights reserved.