AWS lambda documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in Lambda Insights documentation
Security assessment
Terminology standardization without security implications. References to execution role policies remain unchanged
Diff
diff --git a/lambda/latest/dg/monitoring-insights.md b/lambda/latest/dg/monitoring-insights.md index 0a3f0700a..3c8269cb4 100644 --- a//lambda/latest/dg/monitoring-insights.md +++ b//lambda/latest/dg/monitoring-insights.md @@ -75 +75 @@ You can enable Lambda Insights enhanced monitoring on new and existing Lambda fu -You can also enable Lambda Insights using the AWS Command Line Interface (AWS CLI), AWS Serverless Application Model (SAM) CLI, AWS CloudFormation, or the AWS Cloud Development Kit (AWS CDK). When you enable Lambda Insights programmatically on a function for a supported runtime, CloudWatch attaches the [`CloudWatchLambdaInsightsExecutionRolePolicy`](https://console.aws.amazon.com/iam/home#/policies/arn:aws:iam::aws:policy/CloudWatchLambdaInsightsExecutionRolePolicy$jsonEditor) policy to your function’s [execution role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html). +You can also enable Lambda Insights using the AWS Command Line Interface (AWS CLI), AWS Serverless Application Model (SAM) CLI, CloudFormation, or the AWS Cloud Development Kit (AWS CDK). When you enable Lambda Insights programmatically on a function for a supported runtime, CloudWatch attaches the [`CloudWatchLambdaInsightsExecutionRolePolicy`](https://console.aws.amazon.com/iam/home#/policies/arn:aws:iam::aws:policy/CloudWatchLambdaInsightsExecutionRolePolicy$jsonEditor) policy to your function’s [execution role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html).