Connect to DynamoDB Using the AWS Node.js SDK and a Next.js API Route

Lee Robinson
InstructorLee Robinson

Share this video with your friends

Send Tweet

The Amazon Web Services (AWS) Node.js SDK allows us to securely connect and fetch information from DynamoDB. Using a Next.js API Route, we can easily add an API to our application to perform CRUD (Create, Read, Update, Delete) operations.

nicoandresr rodriguez
nicoandresr rodriguez
~ 4 years ago

In my case I need use the long table name, otherwise, I got the error 'Resource not Found' the table name 'Items' don't work, I could check the table name in my AWS DynamoDB console and check the long table name.