AWS serverlessrepo documentation change
Summary
Added JSON section headers and formatting to IAM policy examples
Security assessment
Formatting changes improve readability of existing security documentation but do not introduce new security features or address vulnerabilities.
Diff
diff --git a/serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md b/serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md index a72f26984..6ee941511 100644 --- a//serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md +++ b//serverlessrepo/latest/devguide/security_iam_id-based-policy-examples.md @@ -115,0 +116,6 @@ An IAM user in your account must have permissions for the `serverlessrepo:ListAp +JSON + + +**** + + @@ -136,0 +144,6 @@ In the following example, these permissions are granted for the specific applica +JSON + + +**** + + @@ -148 +161 @@ In the following example, these permissions are granted for the specific applica - "Resource": "arn:aws:serverlessrepo:region:account-id:applications/application-name" + "Resource": "arn:aws:serverlessrepo:us-east-1:111122223333:applications/application-name" @@ -156,0 +171,6 @@ If you want to allow a user to have permissions to create AWS Serverless Applica +JSON + + +**** + + @@ -166 +186 @@ If you want to allow a user to have permissions to create AWS Serverless Applica - "serverlessrepo:CreateApplicationVersion", + "serverlessrepo:CreateApplicationVersion" @@ -176,0 +198,6 @@ In order for users to share applications with others, you must grant them permis +JSON + + +**** + + @@ -186 +213 @@ In order for users to share applications with others, you must grant them permis - "serverlessrepo:GetApplicationPolicy", + "serverlessrepo:GetApplicationPolicy" @@ -196,0 +225,6 @@ For consumers to search for applications, you must grant them the following perm +JSON + + +**** + + @@ -215,0 +251,6 @@ A user can select an AWS Serverless Application Repository application and view +JSON + + +**** + + @@ -235,0 +278,6 @@ For customers to deploy applications, you must grant them permissions to perform +JSON + + +**** + + @@ -262,0 +312,6 @@ When an application is privately shared with an AWS account, by default, all use +JSON + + +**** + + @@ -285,0 +342,6 @@ The following policy applies to public applications by specifying `serverlessrep +JSON + + +**** + +