We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d50d22 commit e161046Copy full SHA for e161046
docs/internals/generated_resources.rst
@@ -5,7 +5,7 @@ CloudFormation Resources Generated By SAM
5
:local:
6
:backlinks: none
7
8
-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.
9
For example, when you create a ``AWS::Serverless::Function``, SAM will create a Lambda Function resource
10
along with an IAM Role resource to give appropriate permissions for your function. This document describes all
11
such generated resources, how they are named, and how to refer to them in your SAM template.
0 commit comments