AWS amazonq documentation change
Summary
Clarified quota descriptions by adding 'maximum' to size limits and updated table headers
Security assessment
Routine documentation clarification of existing quotas without security implications
Diff
diff --git a/amazonq/latest/qdeveloper-ug/code-reviews.md index acd88d038..d576be819 100644 --- a/amazonq/latest/qdeveloper-ug/code-reviews.md +++ b/amazonq/latest/qdeveloper-ug/code-reviews.md @@ -56 +63 @@ Amazon Q security scans maintain the following quotas: - * **Input artifact size** – The size of all the files within an IDE project workspace, including third-party libraries, build JAR files, and temporary files. + * **Input artifact size** – The maximum size of all the files within an IDE project workspace, including third-party libraries, build JAR files, and temporary files. @@ -58 +65 @@ Amazon Q security scans maintain the following quotas: - * **Source code size** – The size of the source code that Amazon Q scans after filtering all third-party libraries and unsupported files. + * **Source code size** – The maximum size of the source code that Amazon Q scans after filtering all third-party libraries and unsupported files. @@ -67,2 +74,2 @@ Resource | Auto reviews | File or project reviews -Maximum input artifact size | 200 KB | 500 MB -Maximum source code size | 200 KB | 50 MB +Input artifact size | 200 KB | 500 MB +Source code size | 200 KB | 50 MB