File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Sources/AWSLambdaRuntime/FoundationSupport/Vendored Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ import Foundation
20
20
21
21
// https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html
22
22
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
+
23
26
/// 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.
25
27
public struct FunctionURLRequest : Codable , Sendable {
26
28
public struct Context : Codable , Sendable {
27
29
public struct Authorizer : Codable , Sendable {
You can’t perform that action at this time.
0 commit comments