AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

Service: serverless-application-model · 2025-05-22 · Documentation low

File: serverless-application-model/latest/developerguide/what-is-sam-overview.md

Summary

Fixed a minor typo in the description of the AWS SAM template specification

Security assessment

The change corrects a grammatical error ('to to' → 'to') with no security implications or references to security features.

Diff

diff --git a/serverless-application-model/latest/developerguide/what-is-sam-overview.md b/serverless-application-model/latest/developerguide/what-is-sam-overview.md
index 4079e4435..eeac352c8 100644
--- a//serverless-application-model/latest/developerguide/what-is-sam-overview.md
+++ b//serverless-application-model/latest/developerguide/what-is-sam-overview.md
@@ -11 +11 @@ AWS SAM consists of two primary components you use to create your serverless app
-  1. **[The AWS SAM project](./sam-specification.html)** – The folders and files that are created when you run the **sam init** command. This directory includes the **AWS SAM template** , an important file that defines your AWS resources. This template includes the **AWS SAM template specification** – the open-source framework that comes with a simplified short-hand syntax you use to to define the functions, events, APIs, configurations, and permissions of your serverless application.
+  1. **[The AWS SAM project](./sam-specification.html)** – The folders and files that are created when you run the **sam init** command. This directory includes the **AWS SAM template** , an important file that defines your AWS resources. This template includes the **AWS SAM template specification** – the open-source framework that comes with a simplified short-hand syntax you use to define the functions, events, APIs, configurations, and permissions of your serverless application.