Skip to content

Commit 5afb930

Browse files
committed
typo in FunctionUrlRequest
1 parent 99a4f3d commit 5afb930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/AWSLambdaRuntime/FoundationSupport/Vendored/FunctionURL.swift renamed to Sources/AWSLambdaRuntime/FoundationSupport/Vendored/FunctionURL-HTTPType.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ import Foundation
2020

2121
// https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html
2222

23+
/// This is a simplified version of the FunctionURLRequest structure, with no dependencies on the HTTPType module.
24+
/// This file is copied from AWS Lambda Event project at https://github.com/swift-server/swift-aws-lambda-events
25+
2326
/// FunctionURLRequest contains data coming from a bare Lambda Function URL
24-
/// This is a simplified version of teh request structure, with no dependencies on the HTTPType module.
2527
public struct FunctionURLRequest: Codable, Sendable {
2628
public struct Context: Codable, Sendable {
2729
public struct Authorizer: Codable, Sendable {

0 commit comments

Comments
 (0)