You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## Notes
2
+
This project was created as an alternative to https://github.com/awslabs/aws-lambda-go-api-proxy with support for Lambda Function URL requests.
3
+
For most cases, I recommend using https://github.com/awslabs/aws-lambda-web-adapter instead (potentially with https://github.com/its-felix/aws-lwa-go-middleware).
4
+
1
5
# aws-lambda-go-http-adapter
2
6
Simple HTTP adapter for AWS Lambda
3
7
@@ -262,4 +266,4 @@ Also note that Lambda Function URL in Streaming-Mode requires the following buil
262
266
Response streaming is currently not supported for the fiber adapter.
263
267
The code will work, but the response body will only be sent downstream as soon as the request was processed completely.
264
268
265
-
This is because there seems to be no way in `fasthttp` to provide a `io.Writer` to be populated while the request is being processed.
269
+
This is because there seems to be no way in `fasthttp` to provide a `io.Writer` to be populated while the request is being processed.
0 commit comments