-
class
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 (limited to 4KiB).
class
Lambda code from an S3 archive.
The source code of your Lambda function.
The content of this Layer.
LayerVersionProps.Jsii$Proxy.getCode()
SingletonFunctionProps.Jsii$Proxy.getCode()
The source code of your Lambda function.
The content of this Layer.
LayerVersionProps.Builder.code(Code code)
SingletonFunction.Builder.code(Code code)
The source code of your Lambda function.
SingletonFunctionProps.Builder.code(Code code)