We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6345bcf commit 3bc0d9aCopy full SHA for 3bc0d9a
package.json
@@ -60,7 +60,7 @@
60
"folder-hash": "^4.0.4",
61
"lodash": "^4.17.21",
62
"minimist": "^1.2.8",
63
- "sveltekit-adapter-aws-base": "^1.5.2"
+ "sveltekit-adapter-aws-base": "^1.5.3"
64
},
65
"release": {
66
"branches": [
stacks/main/resources.ts
@@ -300,6 +300,7 @@ export function buildCDN(
300
.apply(([arn, version]) => {
301
return `${arn}:${version}`
302
}),
303
+ includeBody: true
304
305
],
306
originRequestPolicyId: defaultRequestPolicy.id,
0 commit comments