Fix link (Response Streaming) in readme.md (#543)

When reading about the V2 changes , I noticed that the link for Response
Streaming in the AWS docs was leading to a 404.

A trailing `]` character was the reason - this PR fixes it.
This commit is contained in:
Natan Rolnik
2025-08-03 12:30:17 +00:00
committed by GitHub
parent 0a6af5b4e1
commit 76c3a441de
+1 -1
View File
@@ -538,7 +538,7 @@ The v2 API prioritizes the following principles:
The v2 API introduces two new features:
[Response Streaming](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/]): This functionality is ideal for handling large responses that need to be sent incrementally.  
[Response Streaming](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/): This functionality is ideal for handling large responses that need to be sent incrementally.  
[Background Work](https://aws.amazon.com/blogs/compute/running-code-after-returning-a-response-from-an-aws-lambda-function/): Schedule tasks to run after returning a response to the AWS Lambda control plane.