AWSLambdaEphemeralStorage

Objective-C

@interface AWSLambdaEphemeralStorage

Swift

class AWSLambdaEphemeralStorage

The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).

Required parameters: [Size]

  • The size of the function’s /tmp directory.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable size;

    Swift

    var size: NSNumber? { get set }