Skip to content

Commit 9d194c4

Browse files
committed
changeset
1 parent b77f08d commit 9d194c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/bright-bulldogs-laugh.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@opennextjs/aws": patch
3+
---
4+
5+
Add aws-lambda-compressed wrapper
6+
7+
Introduces a new wrapper called `aws-lambda-compressed`. Will compress the response body by default. Compression will be applied in the following priority order: br (Brotli) → gzip → deflate. If none of these is found, we just return the body as is.
8+
9+
The compression quality for brotli can be configured using the `BROTLI_QUALITY` environment variable. If not set, it defaults to 6.

0 commit comments

Comments
 (0)