Uses of Class
software.amazon.awscdk.services.lambda.Code
Package
Description
AWS Lambda Construct Library
Amazon Lambda Node.js Library
Triggers
-
Uses of Code in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionThe source code of your Lambda function.Sets the value ofFunctionProps.getCode()
-
Uses of Code in software.amazon.awscdk.services.lambda
Modifier and TypeClassDescriptionclass
Lambda code from a local directory.class
Represents an ECR image that will be constructed from the specified asset and can be bound as Lambda code.class
Lambda code defined using 2 CloudFormation parameters.class
Represents a Docker image in ECR that can be bound as Lambda Code.class
Lambda code from an inline string.class
Lambda code from an S3 archive.class
Lambda code from an S3 archive.Modifier and TypeMethodDescriptionFunctionProps.getCode()
The source code of your Lambda function.final Code
FunctionProps.Jsii$Proxy.getCode()
LayerVersionProps.getCode()
The content of this Layer.final Code
LayerVersionProps.Jsii$Proxy.getCode()
final Code
SingletonFunctionProps.Jsii$Proxy.getCode()
Modifier and TypeMethodDescriptionThe source code of your Lambda function.Sets the value ofFunctionProps.getCode()
The content of this Layer.Sets the value ofLayerVersionProps.getCode()
The source code of your Lambda function.Sets the value ofFunctionProps.getCode()
-
Uses of Code in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeMethodDescriptiondefault Code
NodejsFunctionProps.getCode()
The code that will be deployed to the Lambda Handler.final Code
NodejsFunctionProps.Jsii$Proxy.getCode()
Modifier and TypeMethodDescriptionThe code that will be deployed to the Lambda Handler.Sets the value ofNodejsFunctionProps.getCode()
-
Uses of Code in software.amazon.awscdk.triggers
Modifier and TypeMethodDescriptionThe source code of your Lambda function.Sets the value ofFunctionProps.getCode()