File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Examples/ServiceLifecycle Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ sam delete --stack-name servicelifecycle-stack
188
188
189
189
### Database connection timeout
190
190
191
- The PostgreSQL client may hang if the database is unreachable. This is a known issue with PostgresNIO. Ensure:
191
+ The PostgreSQL client may freeze if the database is unreachable. This is a known issue with PostgresNIO. Ensure:
192
192
1 . Database is running and accessible
193
193
2 . Security groups are properly configured
194
194
3 . Network connectivity is available
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # ===----------------------------------------------------------------------===#
3
+ #
4
+ # This source file is part of the SwiftAWSLambdaRuntime open source project
5
+ #
6
+ # Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
7
+ # Licensed under Apache License v2.0
8
+ #
9
+ # See LICENSE.txt for license information
10
+ # See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
11
+ #
12
+ # SPDX-License-Identifier: Apache-2.0
13
+ #
14
+ # ===----------------------------------------------------------------------===#
2
15
3
16
# ServiceLifecycle Lambda Deployment Script
4
17
set -e
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Parameters:
11
11
MaxLength : " 16"
12
12
AllowedPattern : ' [a-zA-Z][a-zA-Z0-9]*'
13
13
ConstraintDescription : Must begin with a letter and contain only alphanumeric characters
14
-
14
+
15
15
DBPassword :
16
16
Type : String
17
17
Default : MySecretPassword123!
@@ -20,7 +20,7 @@ Parameters:
20
20
MaxLength : " 41"
21
21
NoEcho : true
22
22
ConstraintDescription : Must be at least 8 characters long
23
-
23
+
24
24
DBName :
25
25
Type : String
26
26
Default : servicelifecycle
You can’t perform that action at this time.
0 commit comments