AWS lambda documentation change
Summary
Updated references from 'AWS CloudFormation' to 'CloudFormation' for consistency
Security assessment
Change involves branding terminology update (AWS CloudFormation -> CloudFormation) without altering security context or introducing security-related content
Diff
diff --git a/lambda/latest/dg/layers-cfn.md b/lambda/latest/dg/layers-cfn.md index a9c105034..62ce63e44 100644 --- a//lambda/latest/dg/layers-cfn.md +++ b//lambda/latest/dg/layers-cfn.md @@ -7 +7 @@ -You can use AWS CloudFormation to create a layer and associate the layer with your Lambda function. The following example template creates a layer named `my-lambda-layer` and attaches the layer to the Lambda function using the **Layers** property. +You can use CloudFormation to create a layer and associate the layer with your Lambda function. The following example template creates a layer named `my-lambda-layer` and attaches the layer to the Lambda function using the **Layers** property. @@ -9 +9 @@ You can use AWS CloudFormation to create a layer and associate the layer with yo -In this example, the template specifies the Amazon Resource Name (ARN) of an existing IAM [execution role](./lambda-intro-execution-role.html). You can also create a new execution role in the template using the AWS CloudFormation [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html) resource. +In this example, the template specifies the Amazon Resource Name (ARN) of an existing IAM [execution role](./lambda-intro-execution-role.html). You can also create a new execution role in the template using the CloudFormation [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html) resource.