Skip to main content

Importing

Using the @catalogcloud/cli you can import a DynamoDB Table directly into your catalog. You will need the ARN of the DynamoDB Table to import.

tip

Run the CloudCatalog CLI within your catalog directory.

Required permissions

To import a DynamoDB table into the Catalog your AWS credentials will need the following permissions:

Steps to import

  1. Navigate to your CloudCatalog in your terminal
  2. Import the DynamoDB resource into your catalog by running the following command:
npx @cloudcatalog/cli@latest import-resource {arn}
  1. Start your CloudCatalog
npm run dev
  1. Navigate to the resources or overview page to see your state machine.

Example resource page

Here is an example of what an imported DynamoDB would look like.

DynamoDB Example