Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinho authored Jan 11, 2024
1 parent 69f6cb0 commit ae1d8d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/large-response-middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Enables Lambdas to return responses larger than 6MB by offloading the content to S3 and returning a reference to the S3 file.

**Limitations**

- This implementation currently provides support for API Gateway with Lambda Proxy Integration only.
- There are plans to extend this work as described here [#issue-1](https://github.com/epilot-dev/aws-lambda-utility-middlewares/issues/1)

----

<p align="center">
<img src="https://raw.githubusercontent.com/epilot-dev/aws-lambda-utility-middlewares/main/packages/large-response-middleware/docs/out/architecture-1/Architecture%20-%20Sequence%20Diagram.svg" />
</p>
Expand Down

0 comments on commit ae1d8d5

Please sign in to comment.