Skip to content

Commit 2e10f8d

Browse files
author
James Bray
committed
Update SLS to improve cache
1 parent 1d10e43 commit 2e10f8d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarbsemaj/adapter-lambda",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"description": "An adapter for [SvelteKit](https://kit.svelte.dev/) for AWS Lambda via Lambda Proxy and API Gateway. [Serverless](https://www.serverless.com/) deployment.",
66
"repository": {

serverless.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ resources:
113113
- GET
114114
- HEAD
115115
- OPTIONS
116-
MinTTL: 0
117-
MaxTTL: 2592000
118-
DefaultTTL: 60
119116
ForwardedValues:
120117
Cookies:
121118
Forward: all

0 commit comments

Comments
 (0)