Skip to content

Commit 1d431a9

Browse files
Update generated code (#1361)
* update generated code * Apply suggestions from code review Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent db499ec commit 1d431a9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.8.0
610

711
### Added

src/ValueObject/FunctionConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ final class FunctionConfiguration
195195

196196
/**
197197
* Set `ApplyOn` to `PublishedVersions` to create a snapshot of the initialized execution environment when you publish a
198-
* function version. For more information, see Reducing startup time with Lambda SnapStart.
198+
* function version. For more information, see Improving startup performance with Lambda SnapStart.
199199
*
200200
* @see https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html
201201
*/

src/ValueObject/SnapStartResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* Set `ApplyOn` to `PublishedVersions` to create a snapshot of the initialized execution environment when you publish a
10-
* function version. For more information, see Reducing startup time with Lambda SnapStart.
10+
* function version. For more information, see Improving startup performance with Lambda SnapStart.
1111
*
1212
* @see https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html
1313
*/

0 commit comments

Comments
 (0)