| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
Code |
EdgeFunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetCode
(experimental) Lambda code from a local directory.
|
class |
AssetImageCode
(experimental) Represents an ECR image that will be constructed from the specified asset and can be bound as Lambda code.
|
class |
CfnParametersCode
(experimental) Lambda code defined using 2 CloudFormation parameters.
|
class |
EcrImageCode
(experimental) Represents a Docker image in ECR that can be bound as Lambda Code.
|
class |
InlineCode
(experimental) Lambda code from an inline string (limited to 4KiB).
|
class |
S3Code
(experimental) Lambda code from an S3 archive.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
LayerVersionProps.getCode()
(experimental) The content of this Layer.
|
Code |
LayerVersionProps.Jsii$Proxy.getCode() |
Code |
FunctionProps.getCode()
(experimental) The source code of your Lambda function.
|
Code |
FunctionProps.Jsii$Proxy.getCode() |
Code |
SingletonFunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
LayerVersionProps.Builder |
LayerVersionProps.Builder.code(Code code)
Sets the value of
LayerVersionProps.getCode() |
SingletonFunction.Builder |
SingletonFunction.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
LayerVersion.Builder |
LayerVersion.Builder.code(Code code)
(experimental) The content of this Layer.
|
Function.Builder |
Function.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
FunctionProps.Builder |
FunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
| Modifier and Type | Method and Description |
|---|---|
Code |
TriggerFunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
TriggerFunction.Builder |
TriggerFunction.Builder.code(Code code)
(experimental) The source code of your Lambda function.
|
Copyright © 2022. All rights reserved.