'There are no DynamoDB resources configured in your project currently while using Amplify Studio

Using Amplify Studio I created a model, then "saved and deployed" successfully. Then I ran "amplify pull", but when I try to create a function "amplify function add" I get the error "There are no DynamoDB resources configured in your project currently"



Solution 1:[1]

You can run amplify import storage to import the existing DDB tables into your local project.

Documentation: https://docs.amplify.aws/cli/storage/import/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nandun Thilina Bandara