Skip to content

Commit 449fa97

Browse files
committed
enable payload compression from API gateway
1 parent d8be3ea commit 449fa97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ Resources:
387387
Properties:
388388
Name: !Sub ${ApplicationPrefix}-gateway
389389
Description: !Sub "${ApplicationFriendlyName} API Gateway"
390+
MinimumCompressionSize: 2048 # 2kb to compress
390391
AlwaysDeploy: True
391392
DefinitionBody:
392393
Fn::Transform:

0 commit comments

Comments
 (0)