We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a660c21 commit 81d63bdCopy full SHA for 81d63bd
events/lambda_function_urls.go
@@ -82,6 +82,8 @@ type LambdaFunctionURLResponse struct {
82
// Body: strings.NewReader("<html><body>Hello World!</body></html>"),
83
// }, nil
84
// })
85
+//
86
+// Note: This response type requires compiling with `-tags lambda.norpc`, or choosing the `provided` or `provided.al2` runtime.
87
type LambdaFunctionURLStreamingResponse struct {
88
prelude *bytes.Buffer
89
0 commit comments