Importing
Using the @catalogcloud/cli
you can import a SQS queue directly into your catalog. You will need the ARN
of the SQS queue to import.
tip
Run the CloudCatalog CLI within your catalog directory.
Required permissions
To import a SQS queue into the Catalog your AWS credentials will need the following permissions:
sqs:GetQueueUrl
- Documentation websitesqs:GetQueueAttributes
- Documentation website
Steps to import
- Navigate to your CloudCatalog in your terminal
- Import the SQS resource into your catalog by running the following command:
npx @cloudcatalog/cli@latest import-resource {arn}
- Start your CloudCatalog
npm run dev
Example resource page
Here is an example of what an imported SQS queue would look like.