Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .licenseignore
Empty file.
2 changes: 1 addition & 1 deletion Sources/AWSLambdaEvents/ALB.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import FoundationEssentials
import Foundation
#endif

// https://github.com/aws/aws-lambda-go/blob/master/events/alb.go
// https://github.com/aws/aws-lambda-go/blob/main/events/alb.go
/// `ALBTargetGroupRequest` contains data originating from the ALB Lambda target group integration.
public struct ALBTargetGroupRequest: Codable, Sendable {
/// `Context` contains information to identify the load balancer invoking the lambda.
Expand Down
Loading