diff --git a/docs/internals/generated_resources.rst b/docs/internals/generated_resources.rst index 53f4fdcf1..82166eb13 100644 --- a/docs/internals/generated_resources.rst +++ b/docs/internals/generated_resources.rst @@ -5,7 +5,7 @@ CloudFormation Resources Generated By SAM :local: :backlinks: none -When you create a Serverless Function or a Serverlesss API, SAM will create additional AWS resources wire everything up. +When you create a Serverless Function or a Serverlesss API, SAM will create additional AWS resources to wire everything up. For example, when you create a ``AWS::Serverless::Function``, SAM will create a Lambda Function resource along with an IAM Role resource to give appropriate permissions for your function. This document describes all such generated resources, how they are named, and how to refer to them in your SAM template.