File tree Expand file tree Collapse file tree 2 files changed +27
-13
lines changed
Examples/ServiceLifecycle Expand file tree Collapse file tree 2 files changed +27
-13
lines changed 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
+ # # ===----------------------------------------------------------------------===# #
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
+ # # ===----------------------------------------------------------------------===# #
15
15
16
16
# ServiceLifecycle Lambda Deployment Script
17
17
set -e
Original file line number Diff line number Diff line change
1
+ # #===----------------------------------------------------------------------===##
2
+ # #
3
+ # # This source file is part of the SwiftAWSLambdaRuntime open source project
4
+ # #
5
+ # # Copyright (c) 2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
6
+ # # Licensed under Apache License v2.0
7
+ # #
8
+ # # See LICENSE.txt for license information
9
+ # # See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
10
+ # #
11
+ # # SPDX-License-Identifier: Apache-2.0
12
+ # #
13
+ # #===----------------------------------------------------------------------===##
14
+
1
15
# SAM configuration file for ServiceLifecycle example
2
16
version = 0.1
3
17
You can’t perform that action at this time.
0 commit comments