Skip to content
Amazon CodeWhisperer – AI Code Suggestions for AWS Developers logo

Amazon CodeWhisperer

Pricing: Free
Verified: Yes

AWS AI code suggestion tool with real-time completions, security scanning, and AWS API awareness, free for individual developers via Amazon Q Developer.

Category

Assistant Code

View all Assistant Code tools
Verified Selection
Updated Recently
Community Reviewed

Pricing

Amazon CodeWhisperer's Individual tier is free with unlimited code suggestions and 50 security scans per user per month. The Professional tier is $19 per user per month and adds administrative controls, higher scan limits, and reference tracking.

PlanDetails
FreeIndividual tier is free with unlimited AI code suggestions and 50 security scans per user per month. Requires an AWS Builder ID. No credit card required for the Individual tier.
PaidProfessional tier at $19 per user per month adds organizational policy management, an administrator dashboard, higher security scan limits, and reference tracking for open-source license attribution. Billed through AWS.

What is Amazon CodeWhisperer?

Quick Summary

Amazon CodeWhisperer is an AI code suggestion tool from AWS, now integrated into Amazon Q Developer, that delivers real-time inline code completions within popular IDEs including Visual Studio Code, JetBrains IDEs, and AWS Cloud9. It is designed for developers building on AWS services who want AI-assisted code generation grounded in AWS APIs and best practices, alongside general programming support across multiple languages. The individual tier is available at no cost and requires an AWS Builder ID to activate.

Amazon CodeWhisperer is an AI-powered code suggestion tool developed by AWS that provides real-time inline code completions and multi-line suggestions as developers write within their IDE. The system generates suggestions based on the code context in the current file, including comments, function signatures, and surrounding logic, and has been trained on a dataset that includes AWS API usage patterns. It supports a range of programming languages including Python, Java, JavaScript, TypeScript, C#, Go, Rust, Kotlin, and others. CodeWhisperer also includes a built-in security scan feature that flags code patterns associated with common vulnerabilities such as those in the OWASP Top 10. The tool is now part of the Amazon Q Developer platform. CodeWhisperer is used by developers who build applications on AWS infrastructure and want AI assistance grounded in AWS service integrations alongside general-purpose code completion. A common workflow involves writing a comment describing the intended function, receiving a multi-line suggestion that implements the described behavior using relevant AWS SDK calls, and reviewing and accepting the output before continuing. Backend developers working with AWS Lambda, DynamoDB, S3, and other services use CodeWhisperer to accelerate boilerplate generation for common integration patterns. Enterprise teams on the Professional tier also receive reference tracking to identify suggestions that may have been derived from open-source code with specific licenses. The Individual tier of CodeWhisperer is available at no charge with unlimited code suggestions and 50 security scans per user per month. The Professional tier, priced at $19 per user per month, adds organizational policy controls, an administrative dashboard, higher security scan limits, and reference tracking for license-attributed suggestions. CodeWhisperer's specific AWS training makes it most useful for developers already working within the AWS ecosystem; for general-purpose development without AWS dependencies, other AI code editors with broader codebase context awareness may offer more relevant suggestions.

Associated Tags

AWS code suggestions, AI code completion, IDE AI integration, Amazon Q Developer, security code scanning

Key Features

Real-time inline AI code completions in the IDE
AWS API and SDK-aware code suggestions
Multi-language support including Python, Java, JavaScript, TypeScript, Go, and more
Built-in security vulnerability scanning (OWASP Top 10 patterns)
VS Code, JetBrains, and AWS Cloud9 integration
Reference tracking for open-source license attribution on Professional tier

Real Use Cases

How professionals leverage Amazon CodeWhisperer – AI Code Suggestions for AWS Developers

Amazon CodeWhisperer – AI Code Suggestions for AWS Developers use cases
  • Generating AWS SDK integration code for Lambda, DynamoDB, or S3 from a descriptive comment in the IDE
  • Accelerating boilerplate generation for common AWS service patterns without consulting documentation for each API call
  • Running security scans on existing code to identify vulnerability patterns before code review or deployment
  • Setting up organizational AI code suggestion policies across a developer team using the Professional tier admin dashboard
  • Using multi-line suggestions to implement standard backend patterns in Python or Java with AWS service dependencies
  • Checking open-source license attribution for AI-generated suggestions on Professional tier to manage compliance risk

Editor's Verdict

Official Review
Amazon CodeWhisperer provides a practical free AI code completion tool that is particularly well-suited to developers building on AWS, with the added benefit of integrated security scanning not commonly found in competing tools. Its value is most pronounced within AWS-centric development workflows and less differentiated for projects without AWS service dependencies.

Reviewed by Sohail Akhtar

Lead Editor & Founder

Pros

What we like

  • AWS API and SDK training makes suggestions specifically relevant for developers building on AWS infrastructure, reducing the need to consult documentation for common service integration patterns
  • Built-in security scanning for OWASP Top 10 vulnerability patterns adds a layer of code review assistance not commonly included in competing AI completion tools
  • The Individual tier is entirely free with unlimited code suggestions, with no time limit or trial period

Cons

Limitations

  • Suggestions are most relevant within AWS-focused development contexts; for general-purpose projects without AWS dependencies, codebase-aware editors that index the full project may offer more contextually useful completions
  • The Individual tier's 50 monthly security scan limit may be insufficient for teams that want to run scans regularly across a large codebase, requiring an upgrade to the Professional tier

Target Audience

Who should use Amazon CodeWhisperer?

Developers building applications on AWS services who want contextually relevant AI code suggestionsBackend engineers working with AWS Lambda, DynamoDB, S3, and other core AWS APIsTeams using Visual Studio Code, JetBrains IDEs, or AWS Cloud9 as their primary development environmentEnterprise development teams that need organizational policy controls over AI code suggestion usageSecurity-conscious developers who want inline vulnerability pattern detection alongside AI completions
Free
Firebase Studio

Firebase Studio

Google's browser-based agentic development environment powered by Gemini 2.5 Pro, supporting full-stack app prototyping, AI-assisted coding, testing, and one-cl

Free
Kiro AI

Kiro AI

Amazon's agentic AI IDE that autonomously converts specifications and prototypes into production-ready code.

Free Trial
GitHub Copilot AI

GitHub Copilot AI

AI coding assistant that autocompletes code, generates functions, and writes tests inside your IDE in real time.

Free
Code Llama 70B

Code Llama 70B

Meta's 70-billion parameter open-source code generation model for multi-language coding, completion, and infilling.

Frequently Asked Questions

What is Amazon CodeWhisperer?
Amazon CodeWhisperer is an AWS AI code suggestion tool that delivers real-time inline completions and security scanning within popular IDEs, now part of the Amazon Q Developer platform.
Is Amazon CodeWhisperer free?
Yes, the Individual tier is free with unlimited code suggestions and 50 security scans per month. The Professional tier is $19 per user per month with additional enterprise features.
Which IDEs support Amazon CodeWhisperer?
CodeWhisperer integrates with Visual Studio Code, JetBrains IDEs (IntelliJ, PyCharm, and others), AWS Cloud9, and additional AWS development environments.
What programming languages does Amazon CodeWhisperer support?
CodeWhisperer supports Python, Java, JavaScript, TypeScript, C#, Go, Rust, Kotlin, and several other languages.
How is CodeWhisperer different from GitHub Copilot?
CodeWhisperer is specifically trained on AWS API usage patterns and includes built-in security scanning, making it particularly useful for AWS-focused development, while Copilot offers broader multi-platform context.