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.
2 parents 35608f1 + 242dac3 commit 807ef61Copy full SHA for 807ef61
7 files changed
.babelrc
delete.js
@@ -14,7 +14,7 @@ export async function main(event, context) {
14
};
15
16
try {
17
- const result = await dynamoDbLib.call("delete", params);
+ await dynamoDbLib.call("delete", params);
18
return success({ status: true });
19
} catch (e) {
20
return failure({ status: false });
0 commit comments