logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AWS Kendra - Manage Knowledge Base | Online Free DevTools by Hexmos

Manage your knowledge base with AWS Kendra. Create indexes, list data sources, and describe resources using command-line. Free online tool, no registration required.

aws-kendra

CLI for AWS Kendra. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kendra/index.html.

  • Create an index:

aws kendra create-index --name {{name}} --role-arn {{role_arn}}

  • List indexes:

aws kendra list-indexes

  • Describe an index:

aws kendra describe-index --id {{index_id}}

  • List data sources:

aws kendra list-data-sources

  • Describe a data source:

aws kendra describe-data-source --id {{data_source_id}}

  • List search queries:

aws kendra list-query-suggestions --index-id {{index_id}} --query-text {{query_text}}

See Also