This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.AWS.Lambda.
                            
	
		Summary
            Gets and sets the property MemorySize. The amount of memory, in MB, your Lambda function is given. Lambda uses this
            memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example,
            a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.
            
		- Assembly
 - Cake
.AWS .Lambda .dll  - Namespace
 - Cake
.AWS .Lambda  - Containing Type
 - Create
Function Settings  
Syntax
public int MemorySize { get; set; }
	Value
| Type | Description | 
|---|---|
| int | 
