You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -647,7 +647,7 @@ Q4: What does this error mean - `"We currently do not support adding policies fo
647
647
| local\_existing\_package | The absolute path to an existing zip-file to use |`string`|`null`| no |
648
648
| maximum\_event\_age\_in\_seconds | Maximum age of a request that Lambda sends to a function for processing in seconds. Valid values between 60 and 21600. |`number`|`null`| no |
649
649
| maximum\_retry\_attempts | Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2. |`number`|`null`| no |
650
-
| memory\_size | Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 3008 MB, in 64 MB increments. |`number`|`128`| no |
650
+
| memory\_size | Amount of memory in MB your Lambda Function can use at runtime. Valid value between 128 MB to 10,240 MB (10 GB), in 64 MB increments. |`number`|`128`| no |
651
651
| number\_of\_policies | Number of policies to attach to IAM role for Lambda Function |`number`|`0`| no |
652
652
| number\_of\_policy\_jsons | Number of policies JSON to attach to IAM role for Lambda Function |`number`|`0`| no |
653
653
| package\_type | The Lambda deployment package type. Valid options: Zip or Image |`string`|`"Zip"`| no |
0 commit comments