-
Notifications
You must be signed in to change notification settings - Fork 201
Document Amazon Q Developer CLI integration #11612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
30e5756
2a59771
77e0da7
bef7ce6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,117 @@ | ||||||||||||||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||||||||||||||
title: Harness AI x Amazon Q Developer | ||||||||||||||||||||||||||||||||||||||
description: Leverage Amazon Q CLI with Harness AI MCP Server to unleash your developer workflows | ||||||||||||||||||||||||||||||||||||||
sidebar_position: 12 | ||||||||||||||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
# Amazon Q Developer CLI Integration with Harness MCP Server | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
## What is Amazon Q Developer | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
Amazon Q Developer is a generative AI-powered assistant by AWS built on Amazon Bedrock. It helps with understanding, building, extending, and operating AWS applications. You can use it in various environments including the CLI (command line), IDEs, AWS Console, chat applications, etc. It supports features like conversational assistance, code suggestions, inline completions, and translating natural language into shell commands.  | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
In the CLI context, Amazon Q Developer enhances your terminal experience by: | ||||||||||||||||||||||||||||||||||||||
• providing command autocompletion for many common CLIs (like git, npm, docker, aws)  | ||||||||||||||||||||||||||||||||||||||
• enabling “chat mode” where you can ask questions in natural language from the terminal and get responses that help you build, debug, or operate your code or infrastructure  | ||||||||||||||||||||||||||||||||||||||
• translating plain language instructions into executable shell commands  | ||||||||||||||||||||||||||||||||||||||
• understanding context (files in the project, existing settings, AWS resource state) so that suggestions and completions are more relevant  | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
There are pricing tiers including a Free Tier; Amazon Q Developer provides features in its Free and Pro tiers.  | ||||||||||||||||||||||||||||||||||||||
thisrohangupta marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
Amazon Q Developer is a generative AI-powered assistant by AWS built on Amazon Bedrock. It helps with understanding, building, extending, and operating AWS applications. You can use it in various environments including the CLI (command line), IDEs, AWS Console, chat applications, etc. It supports features like conversational assistance, code suggestions, inline completions, and translating natural language into shell commands.  | |
In the CLI context, Amazon Q Developer enhances your terminal experience by: | |
• providing command autocompletion for many common CLIs (like git, npm, docker, aws)  | |
• enabling “chat mode” where you can ask questions in natural language from the terminal and get responses that help you build, debug, or operate your code or infrastructure  | |
• translating plain language instructions into executable shell commands  | |
• understanding context (files in the project, existing settings, AWS resource state) so that suggestions and completions are more relevant  | |
There are pricing tiers including a Free Tier; Amazon Q Developer provides features in its Free and Pro tiers.  | |
Amazon Q Developer is a generative AI-powered assistant by AWS built on Amazon Bedrock. It helps with understanding, building, extending, and operating AWS applications. You can use it in various environments including the CLI (command line), IDEs, AWS Console, chat applications, etc. It supports features like conversational assistance, code suggestions, inline completions, and translating natural language into shell commands. | |
In the CLI context, Amazon Q Developer enhances your terminal experience by: | |
• providing command autocompletion for many common CLIs (like git, npm, docker, aws) | |
• enabling “chat mode” where you can ask questions in natural language from the terminal and get responses that help you build, debug, or operate your code or infrastructure | |
• translating plain language instructions into executable shell commands | |
• understanding context (files in the project, existing settings, AWS resource state) so that suggestions and completions are more relevant | |
There are pricing tiers including a Free Tier; Amazon Q Developer provides features in its Free and Pro tiers. |
Copilot uses AI. Check for mistakes.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be a draft note or comment that should be removed from the final documentation. It's not part of the actual content for users.
If you like, I can also include a “Security & Governance Considerations” section about Amazon Q (e.g. permissions, IAM policies, data privacy) for the doc. |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines contain invisible Unicode characters () at the end and use tab characters for indentation instead of spaces. The bullet points should use standard markdown formatting with spaces and hyphens.
Copilot uses AI. Check for mistakes.