Skip to content

Commit

Permalink
Removing faulty code
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Aug 4, 2019
1 parent 4f13a1e commit 40c0f1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions create.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import * as dynamoDbLib from "./libs/dynamodb-lib";
import { success, failure } from "./libs/response-lib";

export async function main(event, context) {

uuid.abc.d;

const data = JSON.parse(event.body);
const params = {
TableName: process.env.tableName,
Expand Down

0 comments on commit 40c0f1e

Please sign in to comment.