File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ DynamoDB tables in **all** regions. This is excessively permissive when all that
28
28
values from the ``MyTable `` created in the stack.
29
29
30
30
SAM provides a tighter and more secure version of AWS Managed Policies called **Policy Templates **. This are a set of
31
- readily availbale policies that can be scoped to a specific resource in the same region where your stack exists.
31
+ readily available policies that can be scoped to a specific resource in the same region where your stack exists.
32
32
Let's modify the above example to use a policy template called ``DynamoDBCrudPolicy ``:
33
33
34
34
.. code :: yaml
@@ -54,7 +54,7 @@ How to Use
54
54
55
55
Policy Templates are specified in ``Policies `` property of AWS::Serverless: :Function resource. You can mix policy
56
56
templates with AWS Managed Policies, custom managed policies or inline policy statements. Behind the scenes
57
- SAM will expand the policy template to a inline policy statement based on the definition listed in
57
+ SAM will expand the policy template to an inline policy statement based on the definition listed in
58
58
`policy_templates.json `_ file.
59
59
60
60
Every policy template requires zero or more parameters, which are the resource that this policy is scoped to.
You can’t perform that action at this time.
0 commit comments