memorySize property

Input<int?>? memorySize
final

Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 32,768 MB (32 GB), in 1 MB increments. Defaults to 128.

Implementation

final pulumi.Input<int?>? memorySize;