AWS::Lambda::Function EphemeralStorage
The size of the function's /tmp
directory in MB. The default value is 512,
but it can be any whole number between 512 and 10,240 MB.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Size" :
Integer
}
YAML
Size:
Integer
Properties
Size
-
The size of the function's
/tmp
directory.Required: Yes
Type: Integer
Minimum:
512
Maximum:
10240
Update requires: No interruption