Skip to content

Commit e7e0573

Browse files
authored
Merge pull request #240 from juanmacoo/patch-1
Fix configuration-codesigning.md
2 parents 4f29b53 + 6e832e6 commit e7e0573

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc_source/configuration-codesigning.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ The following example policy statement grants permission to create, update, and
145145
"lambda:CreateCodeSigningConfig",
146146
"lambda:UpdateCodeSigningConfig",
147147
"lambda:GetCodeSigningConfig"
148-
]
148+
],
149+
"Resource": "*"
149150
}
150151
]
151152
}
@@ -168,7 +169,7 @@ The following example policy statement grants permission to create a function\.
168169
"Resource": "*",
169170
"Condition": {
170171
"StringEquals": {
171-
"lambda:codeSigningConfig: {
172+
"lambda:codeSigningConfig":
172173
“arn:aws:lambda:us-west-2:123456789012:code-signing-config:csc-0d4518bd353a0a7c6”
173174
}
174175
}
@@ -192,4 +193,4 @@ To manage the code signing configuration for a function, use the following API o
192193
+ [GetFunctionCodeSigningConfig](https://docs.aws.amazon.com/lambda/latest/dg/API_GetFunctionCodeSigningConfig.html)
193194
+ [PutFunctionCodeSigningConfig](https://docs.aws.amazon.com/lambda/latest/dg/API_PutFunctionCodeSigningConfig.html)
194195
+ [DeleteFunctionCodeSigningConfig](https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteFunctionCodeSigningConfig.html)
195-
+ [ListFunctionsByCodeSigningConfig](https://docs.aws.amazon.com/lambda/latest/dg/API_ListFunctionsByCodeSigningConfig.html)
196+
+ [ListFunctionsByCodeSigningConfig](https://docs.aws.amazon.com/lambda/latest/dg/API_ListFunctionsByCodeSigningConfig.html)

0 commit comments

Comments
 (0)