Skip to content

Commit

Permalink
Add a note about lambda.norpc to the godoc of LambdaFunctionURLStream…
Browse files Browse the repository at this point in the history
…ingResponse (#501)
  • Loading branch information
bmoffatt committed Apr 12, 2023
1 parent a660c21 commit 81d63bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions events/lambda_function_urls.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ type LambdaFunctionURLResponse struct {
// Body: strings.NewReader("<html><body>Hello World!</body></html>"),
// }, 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

Expand Down

0 comments on commit 81d63bd

Please sign in to comment.