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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
Data Hubグループ 紹介資料
sansan33
PRO
0
3.1k
ウォーターフォール開発案件のPMとしてAI活用を模索している話
hatahata021
3
250
AIは実装を速くする。では、私たちは何を今作るべきか?-立場を越えてリリースに向き合ったチーム開発の実践 / 20260801 Hiromi Nakaya and Naoki Takahashi
shift_evolve
PRO
3
190
【CEDEC2026】ゲームシナリオライターを支援するAIツール開発の実践 ― 設計とプロンプトの工夫 ―
cygames
PRO
1
160
Power Automateアップデート情報
miyakemito
0
290
[しろおび夏祭り2026] チャットするAIから、作業するAIへ - 使われ方の変化と、その裏側で起きていること
kk0n
0
770
AIQAのナレッジ構築について
qatonchan
1
140
20260608_Codexの可能性_ノンプログラマー向け_大城追記
doradora09
PRO
0
720
AI エージェント時代のデジタルアイデンティティ
fujie
2
1.3k
StepFunctionsとGraphRAGを活用した暗黙知活用のためのRAG基盤
yakumo
0
200
BigQuery を検索ソースとした AI Agent の作り方って 〇〇 通りあんねん
satohjohn
0
150
Claude Mythos、Fable...フロンティアAIの最新動向と企業のセキュリティ対策
flatt_security
0
180
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
7k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
360
What's in a price? How to price your products and services
michaelherold
247
13k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2.1k
Discover your Explorer Soul
emna__ayadi
2
1.2k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
560
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.3k
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
2
3.7k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.4k
Why Our Code Smells
bkeepers
PRO
340
58k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
430
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
230
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