diff --git a/.licenseignore b/.licenseignore new file mode 100644 index 0000000..e69de29 diff --git a/Sources/AWSLambdaEvents/ALB.swift b/Sources/AWSLambdaEvents/ALB.swift index d45eb77..3fcdd9f 100644 --- a/Sources/AWSLambdaEvents/ALB.swift +++ b/Sources/AWSLambdaEvents/ALB.swift @@ -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.