File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 1.8.0
610
711### Added
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments