Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit d9638be

Browse files
committed
Update CHANGELOG.md and increase timeout for preReqManager lambda function.
1 parent 54a1adb commit d9638be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## [2.0.8] - 2023-10-31
10+
11+
### Changed
12+
13+
- Update lambda timeout for custom resource PreReqManagerCR.
14+
15+
### Fixed
16+
17+
- Update node dependencies for security vulnerabilities.
18+
819
## [2.0.7] - 2023-08-10
920

1021
### Changed

source/resources/lib/prereq.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class PreReqStack extends Stack {
168168
),
169169
handler: "index.handler",
170170
memorySize: 256,
171-
timeout: Duration.seconds(60),
171+
timeout: Duration.seconds(300),
172172
environment: {
173173
METRICS_ENDPOINT: map.findInMap("Metric", "MetricsEndpoint"),
174174
SEND_METRIC: map.findInMap("Metric", "SendAnonymousMetric"),

0 commit comments

Comments
 (0)