Commit c35ab9f
authored
docs(aws-lambda): update execution role service principal (#25242)
There is a service principal mismatch between our `aws-lambda's Execution Role` example between [V1](https://docs.aws.amazon.com/cdk/api/v1/docs/aws-lambda-readme.html#execution-role) and [V2](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda-readme.html#execution-role) documentation.
This PR is updating the V1 doc's service principal from `sns.amazonaws.com` to `lambda.amazonaws.com`.
Closes #16427
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 1f4f6db commit c35ab9f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments