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.
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.