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 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- # ===----------------------------------------------------------------------===#
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+ # # ===----------------------------------------------------------------------===# #
1515
1616# ServiceLifecycle Lambda Deployment Script
1717set -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+
115# SAM configuration file for ServiceLifecycle example
216version = 0.1
317
You can’t perform that action at this time.
0 commit comments