Uses of Class
software.amazon.awscdk.services.lambda.Code
Packages that use Code
Package
Description
AWS Lambda Construct Library
Amazon Lambda Node.js Library
Triggers
-
Uses of Code in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return CodeMethods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type CodeModifier and TypeMethodDescriptionThe source code of your Lambda function.Sets the value ofFunctionProps.getCode() -
Uses of Code in software.amazon.awscdk.services.lambda
Subclasses of Code in software.amazon.awscdk.services.lambdaModifier and TypeClassDescriptionclassLambda code from a local directory.classRepresents an ECR image that will be constructed from the specified asset and can be bound as Lambda code.classLambda code defined using 2 CloudFormation parameters.classRepresents a Docker image in ECR that can be bound as Lambda Code.classLambda code from an inline string.classLambda code from an S3 archive.classLambda code from an S3 archive.Methods in software.amazon.awscdk.services.lambda that return CodeModifier and TypeMethodDescriptionFunctionProps.getCode()The source code of your Lambda function.final CodeFunctionProps.Jsii$Proxy.getCode()LayerVersionProps.getCode()The content of this Layer.final CodeLayerVersionProps.Jsii$Proxy.getCode()final CodeSingletonFunctionProps.Jsii$Proxy.getCode()Methods in software.amazon.awscdk.services.lambda with parameters of type CodeModifier 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
Methods in software.amazon.awscdk.services.lambda.nodejs that return CodeModifier and TypeMethodDescriptiondefault CodeNodejsFunctionProps.getCode()The code that will be deployed to the Lambda Handler.final CodeNodejsFunctionProps.Jsii$Proxy.getCode()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type CodeModifier and TypeMethodDescriptionThe code that will be deployed to the Lambda Handler.Sets the value ofNodejsFunctionProps.getCode() -
Uses of Code in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return CodeMethods in software.amazon.awscdk.triggers with parameters of type CodeModifier and TypeMethodDescriptionThe source code of your Lambda function.Sets the value ofFunctionProps.getCode()