diff --git a/events/lambda_function_urls.go b/events/lambda_function_urls.go index bef9869d..52a48e83 100644 --- a/events/lambda_function_urls.go +++ b/events/lambda_function_urls.go @@ -82,6 +82,8 @@ type LambdaFunctionURLResponse struct { // Body: strings.NewReader("Hello World!"), // }, nil // }) +// +// Note: This response type requires compiling with `-tags lambda.norpc`, or choosing the `provided` or `provided.al2` runtime. type LambdaFunctionURLStreamingResponse struct { prelude *bytes.Buffer