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
210
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
240
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法 (メモリー編)
r3_yamauchi
0
57
Power of Kiro : あなたの㌔はパワステ搭載ですか?
r3_yamauchi
0
340
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
1
350
みんな Kiro ってる?
r3_yamauchi
0
290
チャットの応答部分を AWS Strands Agents SDK で置き換えてみた
r3_yamauchi
0
100
AWS Strands Agents SDK Lambda関数内で使ってみた
r3_yamauchi
0
400
AWS Strands Agents SDK たった 3 行でAIエージェントを実装できる!
r3_yamauchi
0
310
Other Decks in Technology
See All in Technology
カーネルまで探検して理解するふたつの自動計装
sumiyae
0
130
型落ちシンクライアント端末のPoEモジュールを自作したかった話
logica0419
0
180
関東Kaggler会発表資料
takoi
1
280
ハッカソンで入賞した話 @ Findy LT
asari194617
0
1.4k
生成 AI の基礎 〜 サンプル実装で学ぶ基本原理
enakai00
7
4.6k
巨大気象データと戦う ― サロゲートモデル学習を高速化する圧縮技術
gpuunite_official
0
210
[potatotips #96] Give Your AI Agent the Flutter Playbook
korodroid
0
130
AI-DLC実践録_フルサイクル開発への挑戦
miyuc
0
340
【書籍出版記念】 10周回って、エージェント開発は RAGがすべてだった。〜RAGの歴史と開発現場で見えた実践知〜
akiratameto
10
3.1k
長期運営で肥大化したExcelマスターデータの解消に向けた移行事例
gree_tech
PRO
0
100
【CEDEC2026】Creative Approaches to Localizing the Dialects and Unique Speech of Umamusume: Pretty Derby Characters in English
cygames
PRO
4
26k
AI画像認識を活用したゲーム内決済処理検証の自動化
gree_tech
PRO
0
110
Featured
See All Featured
How to build a perfect <img>
jonoalderson
1
5.9k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
390
Making the Leap to Tech Lead
cromwellryan
135
10k
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
1
710
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
56k
Producing Creativity
orderedlist
PRO
348
40k
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
660
The #1 spot is gone: here's how to win anyway
tamaranovitovic
3
1.1k
How to make the Groovebox
asonas
2
2.3k
Git: the NoSQL Database
bkeepers
PRO
432
67k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
2k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
67k
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