File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift OpenAPI Lambda open source project
4
+ //
5
+ // Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6
+ // and the Swift OpenAPI Lambda 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 Swift OpenAPI Lambda project authors
11
+ //
12
+ // SPDX-License-Identifier: Apache-2.0
13
+ //
14
+ //===----------------------------------------------------------------------===//
15
+
16
+ // re-export AWSLambdaRuntime and AWSLambdaEvents so that users don't have to.
17
+ @_exported import AWSLambdaRuntime
18
+ @_exported import AWSLambdaEvents
Original file line number Diff line number Diff line change 13
13
//
14
14
//===----------------------------------------------------------------------===//
15
15
import Foundation
16
- @ _exported import AWSLambdaRuntime // re-export AWSLambdaRuntime so that users don't have to.
16
+ import AWSLambdaRuntime
17
17
import Logging
18
18
import OpenAPIRuntime
19
19
import HTTPTypes
You can’t perform that action at this time.
0 commit comments