| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| 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 |
SingletonFunction.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 |
SingletonFunction.addEnvironment(String key,
String value,
EnvironmentOptions options)
Adds an environment variable to this Lambda function.
|
Function |
Function.Builder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
NodejsFunction
A Node.js Lambda function bundled using esbuild.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriggerFunction
Invokes an AWS Lambda function during deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
TriggerProps.getHandler()
The AWS Lambda function of the handler to execute.
|
Function |
TriggerProps.Jsii$Proxy.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
TriggerProps.Builder |
TriggerProps.Builder.handler(Function handler)
Sets the value of
TriggerProps.getHandler() |
Trigger.Builder |
Trigger.Builder.handler(Function handler)
The AWS Lambda function of the handler to execute.
|
Copyright © 2022. All rights reserved.