Skip to content

Commit 40c0f1e

Browse files
committed
Removing faulty code
1 parent 4f13a1e commit 40c0f1e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

create.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import * as dynamoDbLib from "./libs/dynamodb-lib";
33
import { success, failure } from "./libs/response-lib";
44

55
export async function main(event, context) {
6-
7-
uuid.abc.d;
8-
96
const data = JSON.parse(event.body);
107
const params = {
118
TableName: process.env.tableName,

0 commit comments

Comments
 (0)