Skip to content

Commit 4ec8b49

Browse files
authored
Add project notes and recommendations
1 parent bc6743a commit 4ec8b49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
15
# aws-lambda-go-http-adapter
26
Simple HTTP adapter for AWS Lambda
37

@@ -262,4 +266,4 @@ Also note that Lambda Function URL in Streaming-Mode requires the following buil
262266
Response streaming is currently not supported for the fiber adapter.
263267
The code will work, but the response body will only be sent downstream as soon as the request was processed completely.
264268

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

Comments
 (0)