AWS codepipeline documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in Lambda permissions documentation
Security assessment
Terminology standardization without security implications. No changes to security controls or vulnerability mitigation.
Diff
diff --git a/codepipeline/latest/userguide/reference-integrations.md b/codepipeline/latest/userguide/reference-integrations.md index 0e18f8310..4543b9d0f 100644 --- a//codepipeline/latest/userguide/reference-integrations.md +++ b//codepipeline/latest/userguide/reference-integrations.md @@ -462 +462 @@ The CodePipeline team invokes the integrator after 30 seconds with the same `con -You add permissions to your integrator Lambda function to provide the CodePipeline service with permissions to invoke it using the CodePipeline service principal: `codepipeline.amazonaws.com`. You can add permissions by using AWS CloudFormation or the command line. For an example, see [Working with action types](./action-types.html). +You add permissions to your integrator Lambda function to provide the CodePipeline service with permissions to invoke it using the CodePipeline service principal: `codepipeline.amazonaws.com`. You can add permissions by using CloudFormation or the command line. For an example, see [Working with action types](./action-types.html).