S3ObjectStorageMode

sealed class S3ObjectStorageMode

The method Lambda uses to store a function's deployment package — either by copying the package into Lambda-managed storage (COPY) or by referencing it directly from the source Amazon S3 bucket (REFERENCE).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

The default storage mode. Uploads a copy of your deployment package to Lambda.

Link copied to clipboard

The reference storage mode. Lambda references the deployment package from the specified Amazon S3 bucket without uploading a copy.

Link copied to clipboard
data class SdkUnknown(val value: String) : S3ObjectStorageMode

Properties

Link copied to clipboard
abstract val value: String