class Amazonite::Lambda::EphemeralStorage

Overview

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).

Included Modules

Defined in:

lambda/ephemeral_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(size : Int32) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def size : Int32 #

The size of the function's /tmp directory.


[View source]
def size=(size : Int32) #

The size of the function's /tmp directory.


[View source]
def validate! : Nil #

[View source]