Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d8ddb9

Browse files
ignore cache
1 parent f1342d4 commit 5d8ddb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /