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 4f13a1e commit 40c0f1eCopy full SHA for 40c0f1e
1 file changed
create.js
@@ -3,9 +3,6 @@ import * as dynamoDbLib from "./libs/dynamodb-lib";
3
import { success, failure } from "./libs/response-lib";
4
5
export async function main(event, context) {
6
-
7
-uuid.abc.d;
8
9
const data = JSON.parse(event.body);
10
const params = {
11
TableName: process.env.tableName,
0 commit comments