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 1313//
1414//===----------------------------------------------------------------------===//
1515import Foundation
16- @ _exported import AWSLambdaRuntime // re-export AWSLambdaRuntime so that users don't have to.
16+ import AWSLambdaRuntime
1717import Logging
1818import OpenAPIRuntime
1919import HTTPTypes
You can’t perform that action at this time.
0 commit comments