FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
The AWS Dev Setup Nobody Told You About. Claude Code, Kiro Pro, and Agent Plugins.
How-ToDevOps

The AWS Dev Setup Nobody Told You About. Claude Code, Kiro Pro, and Agent Plugins.

via Dev.toVivek V.9h ago

Agent Plugins for AWS AWS recently released Agent Plugins for AWS , a set of structured skill packs for Claude Code covering serverless, deployment, SageMaker, and more. I wanted to test them. I already have a Kiro Pro subscription, so I used kiro-gateway to route Claude Code through it. No extra API subscription needed. Here's how that worked, and what broke along the way. The Setup Claude Code supports a ANTHROPIC_BASE_URL environment variable. Point it at a local kiro-gateway instance and Claude Code thinks it's talking to Anthropic's API. The requests route through your Kiro Pro subscription instead. Step 1: Install Claude Code Requires Claude Code version 2.1.29 or later. npm install -g @anthropic-ai/claude-code Step 2: Clone and set up kiro-gateway git clone --depth = 1 https://github.com/jwadow/kiro-gateway ~/kiro-gateway cd ~/kiro-gateway python3 -m venv .venv .venv/bin/pip install -r requirements.txt Step 3: Configure kiro-gateway Create ~/kiro-gateway/.env : PROXY_API_KEY="ki

Continue reading on Dev.to

Opens in a new tab

Read Full Article
4 views

Related Articles

Learning to Generate Images of Outdoor Scenes from Attributes and SemanticLayouts
How-To

Learning to Generate Images of Outdoor Scenes from Attributes and SemanticLayouts

Dev.to • 1h ago

Building DNS query tool from scratch using C
How-To

Building DNS query tool from scratch using C

Reddit Programming • 2d ago

How to build .NET obfuscator - Part I
How-To

How to build .NET obfuscator - Part I

Reddit Programming • 2d ago

How to Use Traceroute and MTR to Diagnose Network Issues
How-To

How to Use Traceroute and MTR to Diagnose Network Issues

DigitalOcean Tutorials • 1w ago

apt-key Deprecation: Add Repositories with GPG on Ubuntu
How-To

apt-key Deprecation: Add Repositories with GPG on Ubuntu

DigitalOcean Tutorials • 1w ago

Discover More Articles