AWS - DynamoDB
Which of the following is the correct syntax to perform a
put operation using AWS SDK for JavaScript v3?put operation using AWS SDK for JavaScript v3?PutItemCommand is used to insert or replace an item.TableName and Item properties, matching const command = new PutItemCommand({ TableName: 'MyTable', Item: item });
await client.send(command);.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions