Skip to content

Commit 5d8ddb9

Browse files
committed
ignore cache
1 parent f1342d4 commit 5d8ddb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# production
1010
/build
1111
/functions-build
12+
.cache
1213

1314
# netlify
1415
.netlify

functions/aws-serverless-express.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ const server = awsServerlessExpress.createServer(app, null, binaryMimeTypes)
1414

1515
// Export Lambda handler
1616
exports.handler = (event, context) => {
17-
return awsServerlessExpress.proxy(server, event, context)
17+
return awsServerlessExpress.proxy(server, event, context)
1818
}

0 commit comments

Comments
 (0)