AWS lambda documentation change
Summary
Removed disk space limitation and changed multiple MicroVM API rate limits from fixed to adjustable.
Security assessment
The changes reflect service capability updates (adjustable rate limits) without security implications. No security vulnerabilities or features are addressed.
Diff
diff --git a/lambda/latest/dg/gettingstarted-limits.md b/lambda/latest/dg/gettingstarted-limits.md index ae1ae827a..a923bb69f 100644 --- a//lambda/latest/dg/gettingstarted-limits.md +++ b//lambda/latest/dg/gettingstarted-limits.md @@ -142 +141,0 @@ Maximum execution duration per MicroVM | 8 hours (28,800 seconds) | No -Disk space per vCPU | 4 GB | No @@ -163,7 +162,7 @@ API operation | Rate (TPS) | Burst | Adjustable -`RunMicrovm` | 5 | 5 | No -`ResumeMicrovm` | 5 | 5 | No -`SuspendMicrovm` | 2 | 2 | No -`TerminateMicrovm` | 10 | 10 | No -`GetMicrovm` | 100 | 100 | No -`CreateMicrovmAuthToken` | 50 | 50 | No -`CreateMicrovmShellAuthToken` | 5 | 5 | No +`RunMicrovm` | 5 | 5 | Yes +`ResumeMicrovm` | 5 | 5 | Yes +`SuspendMicrovm` | 2 | 2 | Yes +`TerminateMicrovm` | 10 | 10 | Yes +`GetMicrovm` | 100 | 100 | Yes +`CreateMicrovmAuthToken` | 50 | 50 | Yes +`CreateMicrovmShellAuthToken` | 5 | 5 | Yes @@ -173 +172 @@ API operation | Rate (TPS) | Burst | Adjustable -TPS = transactions per second. These rate limits are per account, per Region, and are fixed. Retry throttled requests using exponential backoff with jitter. +TPS = transactions per second. These rate limits are per account, per Region. Retry throttled requests using exponential backoff with jitter.