AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

Service: serverless-application-model · 2025-07-04 · Documentation low

File: serverless-application-model/latest/developerguide/serverless-example-s3.md

Summary

Updated example documentation with expanded resource links (added Serverless Land reference) and modified section headings. Changed contraction 'We're' to 'We are'.

Security assessment

Changes focus on improving documentation structure and learning resources. The IAM permissions mention refers to existing configuration requirements rather than new security features. No security vulnerabilities addressed.

Diff

diff --git a/serverless-application-model/latest/developerguide/serverless-example-s3.md b/serverless-application-model/latest/developerguide/serverless-example-s3.md
index fb59358a1..50d722e7e 100644
--- a//serverless-application-model/latest/developerguide/serverless-example-s3.md
+++ b//serverless-application-model/latest/developerguide/serverless-example-s3.md
@@ -15 +15 @@ This sample serverless application processes object-creation events in Amazon S3
-With this example application, you perform steps in a slightly different order than in previous examples. The reason for this is that this example requires that AWS resources are created and IAM permissions are configured _before_ you can test the Lambda function locally. We're going to leverage AWS CloudFormation to create the resources and configure the permissions for you. Otherwise, you would need to do this manually before you can test the Lambda function locally.
+With this example application, you perform steps in a slightly different order than in previous examples. The reason for this is that this example requires that AWS resources are created and IAM permissions are configured _before_ you can test the Lambda function locally. We are going to leverage AWS CloudFormation to create the resources and configure the permissions for you. Otherwise, you would need to do this manually before you can test the Lambda function locally.
@@ -122 +122,8 @@ You can now verify that the expected DynamoDB records were created, based on the
-The AWS SAM GitHub repository contains additional example applications for you to download and experiment with. To access this repository, see [AWS SAM example applications](https://github.com/aws-samples/serverless-app-examples).
+To continue learning about AWS SAM, see the following resources:
+
+  * **[AWS SAM example applications](https://github.com/aws-samples/serverless-app-examples)** – The AWS SAM GitHub repository contains additional example applications for you to download and experiment with.
+
+  * **[Serverless Land](https://serverlessland.com/patterns?framework=AWS+SAM)** – Site that brings together serverless patterns, code examples, and learning resources specifically for AWS SAM applications.
+
+
+
@@ -132 +139 @@ Process DynamoDB events
-Terraform support
+Develop your application