AWS::Lambda::Function EphemeralStorage - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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