392 B
392 B
id | title | tags | created | |||
---|---|---|---|---|---|---|
8b6h | DynamoDB SDK commands |
|
Sunday, June 23, 2024 |
DynamoDB SDK commands
The following commands are for using $aws-sdk/client-dynamodb
(the JS SDK).
Create client
const params = {
region: "eu-west-2",
accessKeyId: process.env.ACCESS_KEY_ID,
secretAccessKey: process.env.ACCESS_KEY_ID,
};