We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46050ed commit 9d9a06eCopy full SHA for 9d9a06e
2 files changed
README.md
@@ -139,7 +139,7 @@ Resources:
139
<td>The amount of memory, in MB, that is allocated to your Lambda function</td>
140
<td></td>
141
<td>no</td>
142
- <td>[128-3008] and a multiple of 64</td>
+ <td>[128-10240]</td>
143
</tr>
144
<tr>
145
<td>ReservedConcurrentExecutions</td>
module.yml
@@ -63,7 +63,7 @@ Parameters:
63
Type: Number
64
Default: 128
65
MinValue: 128
66
- MaxValue: 3008
+ MaxValue: 10240
67
ReservedConcurrentExecutions:
68
69
Default: -1
0 commit comments