| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgeFunctionProps
(experimental) Properties for creating a Lambda@Edge function.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeFunctionProps.Jsii$Proxy
An implementation for
EdgeFunctionProps |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DockerImageFunctionProps
(experimental) Properties to configure a new DockerImageFunction construct.
|
interface |
FunctionProps
Example:
|
interface |
SingletonFunctionProps
(experimental) Properties for a newly created singleton Lambda.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerImageFunctionProps.Jsii$Proxy
An implementation for
DockerImageFunctionProps |
static class |
FunctionOptions.Jsii$Proxy
An implementation for
FunctionOptions |
static class |
FunctionProps.Jsii$Proxy
An implementation for
FunctionProps |
static class |
SingletonFunctionProps.Jsii$Proxy
An implementation for
SingletonFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
FunctionOptions |
FunctionOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GoFunctionProps
(experimental) Properties for a GolangFunction.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GoFunctionProps.Jsii$Proxy
An implementation for
GoFunctionProps |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodejsFunctionProps
(experimental) Properties for a NodejsFunction.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NodejsFunctionProps.Jsii$Proxy
An implementation for
NodejsFunctionProps |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PythonFunctionProps
(experimental) Properties for a PythonFunction.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PythonFunctionProps.Jsii$Proxy
An implementation for
PythonFunctionProps |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerFunctionProps
(experimental) Props for `InvokeFunction`.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TriggerFunctionProps.Jsii$Proxy
An implementation for
TriggerFunctionProps |
Copyright © 2022. All rights reserved.