Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Shop page entry #2610

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export const getOriginConfig = (
Quantity: 1,
Items: ["TLSv1.2"]
},
OriginReadTimeout: 30,
OriginKeepaliveTimeout: 5
OriginReadTimeout: 180,
OriginKeepaliveTimeout: 60
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
},
"license": "MIT",
"dependencies": {
"@aws-cdk/aws-ec2": "^1.156.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.156.0",
"@sls-next/core": "link:../../libs/core",
"@sls-next/lambda-at-edge": "link:../../libs/lambda-at-edge",
"fast-glob": "3.2.11",
Expand Down
Loading
Loading