pickuma.
AI & Dev Tools

Amazon Q Developer Review (2026): AWS's AI Coding Assistant Up Close

A measured look at Amazon Q Developer in 2026 — IDE completions, agentic feature dev, Java/.NET code transformation, AWS account awareness, and where it lags Cursor.

7 min read

Amazon Q Developer is the rebranded, expanded successor to CodeWhisperer, and by 2026 it has stopped being a pure autocomplete tool. It now ships inline completions, a chat panel, multi-step agents, a command-line agent, and code transformation jobs that rewrite whole projects. We spent time driving it inside VS Code and the CLI to see where the AWS pedigree actually pays off and where a generic editor like Cursor still pulls ahead.

The short version: if your day involves AWS — Lambda, IAM, CloudFormation, ECS — Q knows things no other assistant knows about your account. If you write plain application code with no cloud in sight, the gap between Q and the field narrows fast.

What you actually get

Q Developer installs as an extension for VS Code, the JetBrains IDEs, Visual Studio, and Eclipse, and as a standalone agent in the command line. Inside the editor you get the usual inline suggestions plus a chat sidebar that can read your open files. The two features that separate it from a stock code model are the agents and the transformations.

The feature-development agent (you trigger it with /dev in chat) takes a plain-English request, proposes a plan across multiple files, and generates a diff you review before applying. It is the same shape as Cursor’s agent or Claude Code, but wired into the AWS toolchain. The CLI agent does the same in a terminal and can run shell commands with your approval.

The transformation jobs are the part with no real equivalent elsewhere. Q can take a Java 8 or 11 codebase and upgrade it toward Java 17, fixing deprecated APIs and dependency versions as it goes, and it has a separate path for porting .NET Framework code to cross-platform .NET. These run as batch jobs against a whole module rather than a single suggestion.

Where the AWS integration earns its keep

This is the real differentiator. Q can read the context of your AWS account and answer grounded questions about it. Ask why an ECS task is failing and it can reference your actual service configuration; ask it to draft an IAM policy and it scopes to resources that exist rather than inventing ARNs. In the console it can help debug a Lambda function or explain a CloudFormation error against the stack you are looking at.

A generic assistant guesses at your infrastructure from whatever you paste into the prompt. Q queries it. For an engineer who spends the day in the AWS console and Terraform, that difference removes a lot of copy-paste and a lot of confidently-wrong answers about services that don’t exist in your region.

It also keeps the reference-tracking behavior CodeWhisperer introduced: when a suggestion closely matches public training code, Q flags it with the source and license so you can decide whether to accept it. If your legal team cares about provenance, that flag is worth more than it looks.

Pricing, and the honest tradeoff

Q Developer has a free tier that covers individual use with monthly limits on agent interactions and transformations, and a Pro tier at $19 per user per month that raises those limits, adds policy controls, and lets transformations run at larger scale. Pricing of this kind changes, so confirm the current limits on the AWS pricing page before you budget for a team.

The tradeoff to weigh: Q’s strength is coupling to AWS, which is also its constraint. Outside the AWS context, its raw code generation is competent but not obviously ahead of a model-agnostic editor that lets you pick Claude or GPT and tune the workflow to your repo. If you are multi-cloud or no-cloud, that coupling buys you less.

Cursor

A model-agnostic AI code editor. Worth a side-by-side trial if your work isn't AWS-centric — it lets you swap the underlying model and shape the agent around your repo rather than a cloud provider.

Free tier; Pro from $20/mo

Try Cursor

Affiliate link · We earn a commission at no cost to you.

The practical move is not either/or. Several teams we have seen run Q for the AWS-shaped work — infrastructure questions, IAM, Java upgrades — and a general editor for everyday application code. The $19 seat pays for itself fastest on teams sitting on aging Java or .NET that they have been afraid to touch.

Who should pick it

Reach for Amazon Q Developer if you are already deep in AWS, if you maintain Java or .NET code that needs a version jump, or if license provenance on generated code matters to you. The account-aware answers and the transformation jobs are genuinely hard to replicate with a generic tool.

Look elsewhere first if your stack has little or no AWS surface, if you want to choose your own underlying model, or if you mostly want the fastest possible inline completions in a language Q supports unevenly. The tool is good; it is not trying to be the best general-purpose assistant, and you should not buy it as one.

FAQ

Is Amazon Q Developer the same as CodeWhisperer?+
It is the successor. CodeWhisperer's inline completion and reference tracking live on inside Q Developer, which adds chat, multi-step agents, a CLI agent, and the Java/.NET transformation jobs. If you used CodeWhisperer, Q is the upgraded product, not a separate one.
Do I need an AWS account to use it?+
You need to authenticate, and the standout features — account-aware answers, console debugging, scoped IAM help — only make sense with an AWS account. The plain code-completion and chat features work for general coding, but that is the part where competitors are most comparable.
Can the transformation feature fully migrate my Java project?+
It handles the mechanical parts well: dependency upgrades, deprecated-API rewrites, and build-file changes. It does not guarantee a clean compile or a passing test suite. Budget time to review the diff and fix the remainder yourself, the same way you would with a fast junior engineer's pull request.

Related reading

See all AI & Dev Tools articles →

Get the best tools, weekly

One email every Friday. No spam, unsubscribe anytime.