mirror of
https://github.com/tappollo/swift-aws-lambda-events.git
synced 2026-06-15 01:19:57 +08:00
motivation: demonstrate how to use events using sample code changes: * add basic sample for API Gateway * add docker setup to test samples when changing events
16 lines
596 B
Swift
16 lines
596 B
Swift
//===----------------------------------------------------------------------===//
|
|
//
|
|
// This source file is part of the SwiftAWSLambdaRuntime open source project
|
|
//
|
|
// Copyright (c) 2020 Apple Inc. and the SwiftAWSLambdaRuntime project authors
|
|
// Licensed under Apache License v2.0
|
|
//
|
|
// See LICENSE.txt for license information
|
|
// See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
preconditionFailure("use `swift test --enable-test-discovery`")
|