Skip to content

Commit 11dbe81

Browse files
authored
Special entry in changelog for documentation update (#1134)
1 parent 9c81634 commit 11dbe81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- AWS api-change: Added `us-iso-west-1` region
88
- AWS api-change: Use specific configuration for `us` regions
9+
- AWS enhancement: Documentation updates.
910

1011
## 1.5.0
1112

src/ValueObject/FunctionConfiguration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ final class FunctionConfiguration
9696

9797
/**
9898
* The KMS key that's used to encrypt the function's environment variables. This key is only returned if you've
99-
* configured a customer managed CMK.
99+
* configured a customer managed key.
100100
*/
101101
private $kmsKeyArn;
102102

@@ -106,7 +106,7 @@ final class FunctionConfiguration
106106
private $tracingConfig;
107107

108108
/**
109-
* For Lambda@Edge functions, the ARN of the master function.
109+
* For Lambda@Edge functions, the ARN of the main function.
110110
*/
111111
private $masterArn;
112112

0 commit comments

Comments
 (0)