| 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)
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
Lambda code from a local directory.
|
class |
AssetImageCode
Represents an ECR image that will be constructed from the specified asset and can be bound as Lambda code.
|
class |
CfnParametersCode
Lambda code defined using 2 CloudFormation parameters.
|
class |
EcrImageCode
Represents a Docker image in ECR that can be bound as Lambda Code.
|
class |
InlineCode
Lambda code from an inline string.
|
class |
S3Code
Lambda code from an S3 archive.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
SingletonFunctionProps.Jsii$Proxy.getCode() |
Code |
FunctionProps.getCode()
The source code of your Lambda function.
|
Code |
FunctionProps.Jsii$Proxy.getCode() |
Code |
LayerVersionProps.getCode()
The content of this Layer.
|
Code |
LayerVersionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.code(Code code)
The source code of your Lambda function.
|
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
FunctionProps.Builder |
FunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
SingletonFunction.Builder |
SingletonFunction.Builder.code(Code code)
The source code of your Lambda function.
|
LayerVersionProps.Builder |
LayerVersionProps.Builder.code(Code code)
Sets the value of
LayerVersionProps.getCode() |
LayerVersion.Builder |
LayerVersion.Builder.code(Code code)
The content of this Layer.
|
| Modifier and Type | Method and Description |
|---|---|
Code |
TriggerFunctionProps.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.code(Code code)
The source code of your Lambda function.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.code(Code code)
Sets the value of
FunctionProps.getCode() |
Copyright © 2022. All rights reserved.