Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの...
Search
r3_yamauchi
December 19, 2025
Technology
42
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法 (デプロイ編)
r3_yamauchi
December 19, 2025
More Decks by r3_yamauchi
See All by r3_yamauchi
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
200
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
230
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法 (メモリー編)
r3_yamauchi
0
54
Power of Kiro : あなたの㌔はパワステ搭載ですか?
r3_yamauchi
0
330
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
1
350
みんな Kiro ってる?
r3_yamauchi
0
290
チャットの応答部分を AWS Strands Agents SDK で置き換えてみた
r3_yamauchi
0
94
AWS Strands Agents SDK Lambda関数内で使ってみた
r3_yamauchi
0
390
AWS Strands Agents SDK たった 3 行でAIエージェントを実装できる!
r3_yamauchi
0
300
Other Decks in Technology
See All in Technology
AIは実装を速くする。では、私たちは何を今作るべきか?-立場を越えてリリースに向き合ったチーム開発の実践 / 20260801 Hiromi Nakaya and Naoki Takahashi
shift_evolve
PRO
3
190
QAと開発の両側から進める AI活用 -QAプロセスAI支援ツールキットと Inner Loop / Outer Loopの取り組み-
legalontechnologies
PRO
2
400
セキュリティ研修【MIXI 26新卒技術研修】
mixi_engineers
PRO
32
27k
クラウドを使う側から、作る側へ / 大吉祥寺.pm 2026前夜祭
fujiwara3
8
2k
テックカンファレンス三大ステークホルダーの文化人類学 ─ 違いを認め合う関係性作り
bash0c7
5
1.5k
エンタープライズデータへ安全につなぐ Production-ready なエージェント設計 ― AI × MCP リファレンスアーキテクチャ ― #AIDevDay
cdataj
1
450
LangfuseによるLLMOps基盤の構築と活用事例
zozotech
PRO
1
220
ウォーターフォール開発案件のPMとしてAI活用を模索している話
hatahata021
3
250
大 AI 時代におけるC# の事情 ~ぶっちゃけトークを交えながら~
nenonaninu
1
620
AIツールを導入しても生産性はあがらない? カオナビが直面した 3つの壁と乗り越え方。/ Overcoming 3 Barriers to AI-Driven Productivity at kaonavi
kaonavi
0
1.4k
運用を犠牲にせずコストを制御し事業成長を支える B2B SaaS ID管理基盤におけるS3 Tableのログストレージ活用
kaminashi
1
130
MIRU 2026 チュートリアル
keisuke198619
0
420
Featured
See All Featured
Statistics for Hackers
jakevdp
799
230k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
420
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
240
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
62k
Marketing to machines
jonoalderson
1
5.6k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
360
Building Adaptive Systems
keathley
44
3.2k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.7k
YesSQL, Process and Tooling at Scale
rocio
174
15k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
390
Paper Plane (Part 1)
katiecoart
PRO
1
10k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.7k
Transcript
None
None
uv run agentcore invoke '{"prompt": "こんにちは!AWSクラウ ドで動作していますか?"}'
None
None
uv run agentcore gateway create-mcp-gateway --name MyFirstAgentGateway --region us-east-1 --enable_semantic_search
None
None
uv run agentcore gateway create-mcp-gateway --name MyFirstAgentGateway --region us-east-1 --enable_semantic_search
None
None
uv run agentcore gateway get-mcp-gateway --name MyFirstAgentGateway --region us-east-1
uv run agentcore gateway create-mcp-gateway-target -- gateway-arn "arn:aws:bedrock-agentcore:us-east- 1:123456789012:gateway/myfirstagentgateway- 12abcdefgh"
--gateway-url "https://myfirstagentgateway- 12abcdefgh.gateway.bedrock-agentcore.us-east- 1.amazonaws.com/mcp" --role-arn "arn:aws:iam::123456789012:role/AgentCoreGatewayEx ecutionRole" --name TestLambdaTarget --target-type lambda --region us-east-1 aws cognito-idp describe-user-pool-client --user-pool-id us-east-1_1AbC0deFG --client-id 1abc2def3ghi4jklmno5p6qr78 --region us-east-1 --query 'UserPoolClient.ClientSecret' --output text
None
uv run agentcore gateway list-mcp-gateway-targets -- name MyFirstAgentGateway --region us-east-1
uv run agentcore gateway list-mcp-gateway-targets -- name MyFirstAgentGateway --region us-east-1
curl -X POST "https://agentcore-1ab2c34d.auth.us-east- 1.amazoncognito.com/oauth2/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=client_credentials&client_id=1abc2def3ghi 4jklmno5p6qr78&client_secret=1a2b34c5d67efg8&scop e=MyFirstAgentGateway/invoke"
None
None
None