Amazon Standardizes Claude Code and Codex for All Developers
Amazon is formalizing access to Anthropic’s Claude Code and OpenAI’s Codex across its entire corporate workforce, marking a significant shift in the company’s approach to AI-powered development tools.
From Resistance to Rollout
The rollout follows vocal pushback from Amazon engineers who had been restricted from using Claude Code for production work. Internal friction grew as competing AI coding tools gained traction in the market, with some employees arguing that Amazon risked falling behind in developer productivity.
In a note to staff obtained by Business Insider, VP of Amazon Software Builder Experience Jim Haughwout announced that Claude Code would be available company-wide immediately, with OpenAI’s Codex set to follow on May 12.
Technical Implementation
Both AI coding assistants will run on Amazon Bedrock and be managed through Amazon Web Services (AWS), eliminating the need for separate infrastructure setup or capacity management:
python
AWS Bedrock Integration Example
bedrock = boto3.client(‘bedrock’) response = bedrock.invoke_model( modelId=‘anthropic.claude-code-v1’, body=.dumps({“prompt”: “Write a Python function to sort an array”}) ) “n This approach ensures that AI-generated code remains within Amazon’s cloud environment, maintaining tighter control over data security and compliance while providing access to cutting-edge models.
Current Tool Landscape
Despite the expansion to third-party tools, Amazon remains heavily invested in its in-house solution Kiro, which has been adopted by 83% of the company’s engineers. An Amazon spokesperson emphasized that internal teams are “primarily using” Kiro for agentic coding workflows.
The company’s official statement reflects a pragmatic approach: “At Amazon, we’ve long held there’s no one-size-fits-all approach to how our teams innovate. Our builders are using Kiro for agentic coding, and now with both Claude Code and Codex running on AWS, we are making additional tools available as well.”
Strategic Implications
Amazon’s decision to standardize these tools represents a significant endorsement of AI coding assistants as essential infrastructure rather than optional add-ons. By running both Claude Code and Codex through Bedrock, Amazon can:
- Maintain data security and compliance
- Provide consistent access to cutting-edge AI models
- Reduce friction in development workflows
- Avoid being outpaced by competitors in the AI coding space
This move signals that major tech companies are increasingly viewing AI coding tools as fundamental components of modern development environments, not just experimental utilities.