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 b26b81c commit 67e0887Copy full SHA for 67e0887
handler.js
@@ -25,8 +25,6 @@ module.exports.processor = async ({
25
url,
26
};
27
28
- console.log(data);
29
-
30
Object.keys(data)
31
.forEach(key => {
32
try {
serverless.yml
@@ -18,3 +18,5 @@ functions:
18
handler: handler.processor
19
timeout: 59
20
memorySize: 2048
21
+ maximumEventAge: 600
22
+ maximumRetryAttempts: 0
0 commit comments