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
188188
189189### Database connection timeout
190190
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:
1921921 . Database is running and accessible
1931932 . Security groups are properly configured
1941943 . Network connectivity is available
Original file line number Diff line number Diff line change 11#! /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+ # ===----------------------------------------------------------------------===#
215
316# ServiceLifecycle Lambda Deployment Script
417set -e
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Parameters:
1111 MaxLength : " 16"
1212 AllowedPattern : ' [a-zA-Z][a-zA-Z0-9]*'
1313 ConstraintDescription : Must begin with a letter and contain only alphanumeric characters
14-
14+
1515 DBPassword :
1616 Type : String
1717 Default : MySecretPassword123!
@@ -20,7 +20,7 @@ Parameters:
2020 MaxLength : " 41"
2121 NoEcho : true
2222 ConstraintDescription : Must be at least 8 characters long
23-
23+
2424 DBName :
2525 Type : String
2626 Default : servicelifecycle
You can’t perform that action at this time.
0 commit comments