JAWS UG Niigata プチキャッチアップ 2026 履歴
昨年の実施履歴: JAWS UG Niigata プチキャッチアップ 2025 履歴
2026/1/1 (木) はお休み
2026#1 2026/01/08 (木) https://jawsug-niigata.connpass.com/event/379857/
お悩み相談会
ボイスチャット機能のUIをどうするか?
現在はReactで作っているが、Reactの知識が乏しいのでAIに作ってもらっている
Reactなら、本番運用見据えた開発や、WebフロントエンドでReact得意な人がいれば、第一候補
Streamlitなら、UIがほとんど同じになるけど、定型的なUIでよければこれでもOK
htmxだと、APIを叩いて表示するUIのプロトタイプ開発なら柔軟にできそう
Webブラウザ上で3Dモデルを動かすには?
Three.jsとかが使えるかも
https://threejs.org/
音声に合わせて動かすのであれば、3Dモデルでなくても2D画像でもいいかもね
エージェントからRAGを使うには?
Strandsならツールとしてretrieveが使えるようで、これを使うとBedrock Knowledge Baseにアクセスできるみたい
https://dev.classmethod.jp/articles/amazon-bedrock-agentcore-s3-vectors-rag/
画像検索とか使えるかな?
Novaのmultimodal embeddingsが使えるかも?
https://aws.amazon.com/jp/blogs/news/amazon-nova-multimodal-embeddings-now-available-in-amazon-bedrock/
日本語については精度があまり期待できないかも
2026#2 2026/01/15 (木) https://jawsug-niigata.connpass.com/event/380935/
気になる記事
AgentCore Identityで3LO実装し、Google Driveに接続
https://dev.classmethod.jp/articles/amazon-bedrock-agentcore-identity-3lo-google-drive/
3LO実装のサンプル
https://github.com/awslabs/amazon-bedrock-agentcore-samples/blob/main/01-tutorials/03-AgentCore-identity/05-Outbound_Auth_3lo/runtime_with_strands_and_egress_3lo.ipynb
Snowflake × Terraform × GitHub Actions で Workload Identity Federation を構築してみた
https://dev.classmethod.jp/articles/snowflake-terraform-github-actions-workload-identity-federation/
GitHub ActionsにてIAMロールをAssumeRoleして、そのIAMロールの権限でSnowflakeへアクセスする
他
IAMポリシーの設定例
ソースIPを指定できることがわかった
https://docs.aws.amazon.com/ja_jp/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html
IAMポリシー内で使用できるconditionの種類が多い
S3バケットポリシーも同様
https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html
バケットポリシーでアクセス制御も良いけど、S3 Access Pointsを使って制御するケースもある
https://aws.amazon.com/jp/s3/features/access-points/
イベント
KomeKaigi
https://komekaigi.dev/
今年はまだ決まってないが、秋開催予定
にいがた酒の陣
https://www.niigata-sake.or.jp/sakenojin/
ITイベントではなく日本酒試飲イベント
今年もJAWS DAYSと日程が被っている
JAWS DAYS 2026
https://jawsdays2026.jaws-ug.jp/
現在参加申込受付中
2026#3 2026/01/22 (木) https://jawsug-niigata.connpass.com/event/381673/
お悩み相談会
AIボイスチャットの改善
UIは assistant-ui を利用
https://www.assistant-ui.com/
JAWS-UGアイコンから3Dモデルを作成 → まだ3Dモデルからお話しさせるまでは至ってない
人間型のモデルからはチャット内容を喋らせることはできている
他
ECS Express Mode
https://dev.classmethod.jp/articles/ecs-express-mode/
Let's EncryptがIPベースで証明書発行可能に
https://www.itmedia.co.jp/enterprise/articles/2601/20/news033.html
ハッカソン等で使えるかも
新潟で開催のハッカソン
DERTA Gig HACKS 2
https://ddd-ng.connpass.com/event/379093/
WOMEN'S AI HACKATHON in 長岡
https://www.city.nagaoka.niigata.jp/shisei/cate01/executive-dx/women-ai.html
2026#4 2026/01/29 (木) https://jawsug-niigata.connpass.com/event/382380/
気になる記事
Strands AgentsのAgents as Toolsパターン
https://dev.classmethod.jp/articles/strands-agents-agents-as-tools-pattern/
Strands Agentsの全体像とマルチエージェントパターン選択の判断基準
https://dev.classmethod.jp/articles/strands-agents-multi-agent-design-patterns/
新しいGPUインスタンス「g7eインスタンス」がGA
https://dev.classmethod.jp/articles/amazon-ec2-g7e-instance-nvidia-rtx-pro-6000-gpu/
他
Strands Agents
https://github.com/strands-agents/sdk-python
https://strandsagents.com/latest/
ADK
https://github.com/google/adk-python
https://google.github.io/adk-docs/
LangGraph
https://github.com/langchain-ai/langgraph
https://www.langchain.com/langgraph
OpenAIの「Chat Completions API」より「Responses API」の方が、会話内容を記憶してくれるみたいなので応答が賢いらしい
https://platform.openai.com/docs/api-reference/chat
https://platform.openai.com/docs/api-reference/responses
Kimi K2.5
https://gigazine.net/news/20260128-moonshot-ai-kimi-k2-5/
WebAssembly
https://developer.mozilla.org/ja/docs/WebAssembly
WasmEdge
https://wasmedge.org/docs/
2026#5 2026/02/05 (木) https://jawsug-niigata.connpass.com/event/383101/
お悩み相談
AIボイスチャットの改善
JAWS DAYSアイコンが音声に応じて動く
音声はAmazon Polly
http で Polly にアクセスしている箇所があってEC2上だと現在動作しないので改修中
気になる記事
AWS DevOps Agent
https://dev.classmethod.jp/articles/aws-devops-agent-test-ec2-alert/
AWS Security Agent
https://dev.classmethod.jp/articles/aws-security-agent-review-design-code-attempt/
https://dev.classmethod.jp/articles/aws-security-agent-public-preview-reinvent-2025/
Kiro Autonomous Agent
https://dev.classmethod.jp/articles/kiro-autonomous-agent-early-access/
他
JAWS DAYS 2026
タイムテーブル等Webサイトに色々掲載されている
https://jawsdays2026.jaws-ug.jp/
Claude 5
まだ登場はしていないが、そろそろ登場するという噂
https://help.apiyi.com/ja/claude-5-latest-news-2026-features-release-ja.html
AWSとOpenAIの戦略的パートナーシップ
https://openai.com/ja-JP/index/aws-and-openai-partnership/
さらなる出資という情報も
https://www.nikkei.com/article/DGXZQOGN3002J0Q6A130C2000000/
2026#6 2026/02/12 (木) https://jawsug-niigata.connpass.com/event/383880/
気になる記事
LambdaでのRust利用がGA
https://dev.classmethod.jp/articles/aws-lambda-rust-ga/
お悩み相談
CloudFrontの署名付きURLと署名付きCookieの使い方
https://dev.classmethod.jp/articles/cloudfront-signed-url-and-cookie-using-python/
認証後のファイル転送に使う
Cognito + Federated でGoogleログインを使用する際の利点とは?
https://docs.aws.amazon.com/ja_jp/cognito/latest/developerguide/cognito-identity.html
Cognitoで認可部分を制御したい場合は、この方法が良さそう
他
GPT-5.3 CodexとClaude Codeのお話し
https://openai.com/ja-JP/index/introducing-gpt-5-3-codex/
Kiroの料金
https://kiro.dev/pricing/
https://dev.classmethod.jp/articles/kiro-cost-optimization-month-end/
2026#7 2026/02/19 (木) https://jawsug-niigata.connpass.com/event/384583/
雑談
A2UIとAGUIの違いは何?
A2UI
https://a2ui.org/
https://github.com/google/A2UI
AGUI
https://docs.ag-ui.com/introduction
https://github.com/ag-ui-protocol/ag-ui
https://note.com/masa_wunder/n/n2f36f18d8112
table: 比較表
比較項目 A2UI AG-UI
役割 UIコンポーネントの記述仕様 エージェント↔︎UI間の通信プロトコル
開発元 Google CopilotKit
主な関心 何を描画するか (What) どう通信するか (How)
フォーマット 宣言的JSON (Generative UI spec) イベント駆動の双方向ストリーム
セキュリティ 任意コード実行なし・コンポーネントカタログ制 透明性・安全性・制御を提供
関係性 AG-UIの上で動くペイロード A2UIを含む各種仕様を運ぶ器
AWSのMCPサーバー
https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server/
AWS Knowledge MCP Serverは http タイプのMCPなので、urlにアクセスできれば利用可能
https://github.com/awslabs/mcp
他のMCP Serverは stdio タイプのMCPで、uv が必要
stdioベースのMCPサーバーをHTTP化したい
変換アダプタを導入すればいけそう
https://zenn.dev/yuarth/articles/0ef5140be20b8f
Supergateway
https://github.com/supercorp-ai/supergateway
https://qiita.com/OECkoec/items/aa3ff14fe2ebcb58bb82
tumiki-mcp-http-adapter
https://github.com/rayven122/tumiki-mcp-http-adapter
あとは、Claude Codeあたりに変換アダプタを作ってもらうとかかな
AWS Security Agent使ったことありますか?
https://aws.amazon.com/jp/security-agent/
https://aws.amazon.com/jp/blogs/news/aws-launches-ai-enhanced-security-innovations-at-reinvent-2025/
まだ使ったことはない
2026#8 2026/02/26 (木) https://jawsug-niigata.connpass.com/event/385351/
雑談
Strands Labs
https://github.com/strands-labs
実験的なプロジェクトがいくつかある
ai-functions
https://github.com/strands-labs/ai-functions
生成AIの能力で応答するPython関数に対し、出力条件を満たさない場合に再起的に自己修正させるデコレーターを用意
Pythonワークフローに組み込みやすくなる
他、物理ロボットとロボット用環境のプロジェクトが用意されている
OpenClaw使ってますか?
まだ使ったことはないが、気になっている
https://dev.classmethod.jp/articles/openclaw-closed-loop/
Kiroの料金
Freeプランでもある程度十分使える
https://kiro.dev/pricing/
JAWS DAYS 2026
https://jawsdays2026.jaws-ug.jp/
2026#9 2026/03/05 (木) https://jawsug-niigata.connpass.com/event/386019/
お悩み相談
Claude Code等のAIエージェントツールのSKILLについて、公開されているスキルはどのように使っているか?
例
https://github.com/ComposioHQ/awesome-claude-skills
https://skillsmp.com/ja
https://skills.sh/
公開されているスキルは、MCP含め公式が公開しているもの以外は、基本的には使わない方針でいる
公開されれているスキルの中身を確認して参考にはしている
基本的に自分で作った (Claude Code等に作ってもらった) スキルを利用している
Claude Codeの用語がよくわかっていない
参考: https://zenn.dev/notahotel/articles/a175aa95629d0b
AWS MCP の使い方
https://github.com/awslabs/mcp
AWS Knowledge MCP Serverはhttpアクセスだが、それ以外は uvx 等でローカル実行
プロジェクト毎に必要なMCPを導入している
音声認識は使える?
ChatGPTアプリの音声認識は結構使える印象
Claude Codeの /voice 機能が順次公開されているようだが、まだ使ったことはない
LocalStackを使ったAWSサービスのローカル実行
https://www.localstack.cloud/localstack-for-aws
プランによって使えるサービスが異なるので、使いたいサービスがプランに対応しているか確認が必要
https://docs.localstack.cloud/aws/services/
2026#10 2026/03/12 (木) https://jawsug-niigata.connpass.com/event/386745/
お悩み相談
最近のAIエージェントツールでのAWS環境構築、だいぶ賢くなった?
最新のモデルが、かなり最近の情報まで学習している模様
MCPもAWSがかなり用意している
AWSのMCP、どのくらい利用している?
https://github.com/awslabs/mcp
AWSを使うプロジェクトには、AWS Knowledge MCP Serverを導入し、他AWS IaC MCP ServerやTerraformのMCP Serverを導入するケースはある
MCPを導入する数は絞っている
Kiro で Opus 4.6 利用可能に
https://aws.amazon.com/jp/blogs/news/kiro-opus-4-6/
Kiro Pro, Pro+, Powerで利用可能 (無料版では利用不可)
実験的機能として公開されている
https://kiro.dev/docs/privacy-and-security/data-protection/#global-cross-region-inference-for-experimental-features
GitHub Copilotも最近優秀になった気がする
特にプルリクエストのレビュー
モデルもGPT / Claude / Gemini など利用可能
https://docs.github.com/ja/copilot/reference/ai-models/supported-models
プルリクエストのコメントで呼び出す際に、対応モデルの中から任意モデルを選択可能に
https://codezine.jp/news/detail/23574
KiroのAutonomous agent
https://kiro.dev/autonomous-agent/
https://dev.classmethod.jp/articles/kiro-autonomous-agent-early-access/
AWS DevOps エージェントの使用感はどうなのか?
https://dev.classmethod.jp/articles/aws-devops-agent-test-ec2-alert/
https://dev.classmethod.jp/articles/aws-devops-agent-preview-awsreinvent-troubleshooting/
まだ使用したことはないが、AWSのトラブルシューティングがだいぶ楽になりそう
AWS DevOps AgentのWorkshop Studioが公開されていれば、試してみたい
2026#11 2026/03/19 (木) https://jawsug-niigata.connpass.com/event/387507/
雑談
Lambda Managed Instanceを使うケースは?
https://dev.classmethod.jp/articles/lambda-managed-instances/
https://dev.classmethod.jp/articles/shoma-implemented-aws-lambda-managed-instances-with-aws-cdk/
https://dev.classmethod.jp/articles/aws-lamabda-managed-instances-billing-check/
EC2の料金体系の課金が発生するので、予測可能な高トラフィックワークロードやReserved InstancesやSavings Plansを利用可能なケースであれば、コスト最適化できるかも
EC2の運用はAWS側で行うので、EC2の管理不要 (EC2管理コストとしてEC2の利用料の15%が上乗せ)
Bedrock AgentCoreでストリーミング対応をすべきなのか?
https://speakerdeck.com/takuyay0ne/tuo-fen-wei-qi-shi-zhuang-agentcorewoliang-igan-zini-webapurikesiyonnizu-miip-mutameni
ストリーミング対応する際は、フロントエンド側でレスポンスデータの整形処理をしないといけない
一括取得でシンプルに構成するのもアリでは?
Bedrock AgentCore RuntimeでAG-UIプロトコル対応
https://shinyaz.com/ja/blog/2026/03/16/bedrock-agentcore-agui-protocol
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-agui-protocol-contract.html
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-agui.html
2026#12 2026/03/26 (木) https://jawsug-niigata.connpass.com/event/388239/
お悩み相談
Windows上でBedrock AgentCoreをデプロイして、AgentCore IdentityにアクセスするとSigV4に関するエラーになる
https://qiita.com/moritalous/items/067d2d638304094beda7
https://qiita.com/hayao_k/items/aed1b7062ba403d70a12
https://qiita.com/har1101/items/f9a12f86ff642f8920c3
RuntimeUserIdを指定すればいけるらしい
正直なところ、よくわからない...
Claude Code等のAIエージェントツールがある中で、わざわざAgentCoreにデプロイしてAIエージェントを用意する理由って何かある?
共通のツールを提供する点では、AgentCore上で動くエージェントを使ってもらうことは価値がある
その他
Lambda durable functionsで、Human in the loopを実現
https://dev.classmethod.jp/articles/aws-lambda-durable-functions-backlog-slack-approval-flow-shinagawa-4/
Bedrock の Mantle エンドポイント
https://aws.amazon.com/jp/blogs/news/exploring-the-zero-operator-access-design-of-mantle/
OpenAI API互換のエンドポイント
2026#13 2026/04/02 (木) https://jawsug-niigata.connpass.com/event/388951/
雑談
CDK
CDKを使う理由は?Terraformとの違いは?
https://xp-cloud.jp/blog/2025/03/17/100000
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-construct-library.html
CDKは既存のプログラミングコードで定義できるのが一番の利点
Terraformは、マルチクラウド対応が大きい
CDK for Terraformもあったが、2025年にdeprecationとなった
https://developer.hashicorp.com/terraform/cdktf
ansibleは?
ansibleは、IaCもできるし、Chef/Puppetのようにサーバの構成管理もできるので、なんでもできる印象
Amplify Gen2はCDKベースに
https://aws.amazon.com/jp/builders-flash/202411/awsgeek-aws-amplify-gen2/
App Runnerが新規利用停止に
https://dev.classmethod.jp/articles/aws-service-lifecycle-summary-20260331/
移行は、ECS Express modeへとなっている
https://docs.aws.amazon.com/apprunner/latest/dg/apprunner-availability-change.html
Claude Codeのソースコード流出の話
https://note.com/tasty_dunlin998/n/n94b52bfc0a01
.mapファイルにて復元された
2026#14 2026/04/09 (木) https://jawsug-niigata.connpass.com/event/389726/
気になる記事
S3 Files 登場
https://aws.amazon.com/jp/about-aws/whats-new/2026/04/amazon-s3-files/
https://dev.classmethod.jp/articles/amazon-s3-files-ga-mount-and-compare-efs/
お悩み相談
IoTセキュリティの基準を満たすには、AWSの設定をどのようにすれば良いか?
https://www.ipa.go.jp/security/jisec/about/kijun.html
https://www.ipa.go.jp/security/jc-star/index.html
https://d1.awsstatic.com/events/jp/2020/innovate/pdf/S-4_AWSInnovate_Online_Conference_2020_Spring_IoT_Security.pdf
https://dev.classmethod.jp/articles/jaws-ug-iot-jc-star/
すぐには思いつかないので、調べつつ試していくしかないかな
Secury JAWS が開催されるので、参考にすると良いかも
https://s-jaws.connpass.com/event/383751/
https://s-jaws.connpass.com/event/383752/
Pythonのバージョンライフサイクル
https://devguide.python.org/versions/
これに沿って、LambdaのPythonランタイムのライフサイクルも設定されている
https://docs.aws.amazon.com/ja_jp/lambda/latest/dg/lambda-runtimes.html
他の言語のランタイムも、その言語のバージョンライフサイクルに沿っている
Databricks vs. Snowflake 違いは?
https://qiita.com/ktdatascience/items/a2a849bd360cec024a81
https://zenn.dev/kou_zenn/articles/50bc3151ef2326
https://pages.awscloud.com/rs/112-TZM-766/images/AWS-Black-Belt_2023_Datalake-Format-On-AWS_0516_v1.pdf
SnowflakeはAWS等のクラウドサービス上で動作するので、AWSで動作させるとAWSとの連携が容易になる
Databricksは基本的に処理エンジンとして動作し、データは各クラウドのストレージに保管されることが多い
2026#15 2026/04/16 (木) https://jawsug-niigata.connpass.com/event/390493/
お悩み相談
LambdaのPythonバージョンアップグレード方法で良い方法はあるか?
AWS Transformが良さそう
https://docs.aws.amazon.com/transform/latest/userguide/what-is-service.html
https://serverless.co.jp/blog/uoppkk2g6w/
VS Code拡張もある。移行前の分析レポートがとても良さそう。
https://dev.classmethod.jp/articles/aws-transform-vscode-fuelphp-pre-migration-analysis/
AWSでマネージドな変換定義以外でも、カスタム変換定義を使えば大体の言語の変換はできそう
他
Claude CodeよりCodex使おうかな
Claude Codeの /effort が現在defaultでautoになっているが、明示的に high を設定すると深く思考してくれるので、性能劣化は抑えられそう。
2026#16 2026/04/23 (木) https://jawsug-niigata.connpass.com/event/391270/
気になる記事
Bedrock AgentCoreにてHarness機能がプレビューリリース
https://dev.classmethod.jp/articles/bedrock-agentcore-managed-harness-preview/
Bedrock AgentCoreのハーネスを試しに動かしてみる
東京リージョンにはまだないので、オレゴンリージョンで試す
AgentCoreのハーネスとは、エージェントを動かすためのオーケストレーション基盤のこと
今まではStarter ToolkitやAgentCore CLIで簡単に作れていたものの、より簡略化してエージェントをサクッと作れるようにした感じ
モデル・システムプロンプト・ツールを指定すれば、まずは使える。コードは書かなくて良い。
SKILLも追加できそうだが、マネコン上ではファイルパスしか指定できないので、実際のスキルファイルを登録して使う方法は要調査
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/harness-environment.html
なお、利用モデルはClaude Sonnet 4.6で試してみたが、初回起動時に以下のエラーが発生したので、調査
code:txt
Error: {"message":"An error occurred (AccessDeniedException) when calling the ConverseStream operation: Model access is denied due to IAM user or service role is not authorized to perform the required AWS Marketplace actions (aws-marketplace:ViewSubscriptions, aws-marketplace:Subscribe) to enable access to this model. Refer to the Amazon Bedrock documentation for further details. Your AWS Marketplace subscription for this model cannot be completed at this time. If you recently fixed this issue, try again after 2 minutes.\n└ Bedrock region: us-west-2\n└ Model id: us.anthropic.claude-sonnet-4-6"}
どうやら、モデルの利用申請?をする必要があるらしい。
新しいモデルでは実行しないといけないのかな?
以下のコマンドで OfferToken を調べてから
code:bash
aws bedrock list-foundation-model-agreement-offers \
--model-id "us.anthropic.claude-sonnet-4-6"
以下のコマンドで 利用申請すると、数秒後には利用可能になった。
code:bash
aws bedrock create-foundation-model-agreement \
--model-id "us.anthropic.claude-sonnet-4-6" \
--offer-token <OfferToken>
参考: https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html#model-access-modify
2026#17 2026/04/30 (木) https://jawsug-niigata.connpass.com/event/392026/
お悩み相談
新しく関わるプロジェクトでCodeCatalystを使っているが、CodeCatalystって何?
https://aws.amazon.com/jp/codecatalyst/
https://dev.classmethod.jp/articles/codecatalyst-github-importer/
Gitリポジトリホスティング、イシュー管理、プルリクエスト、ワークフロー、CI/CD、開発環境が揃ったサービス
すでに新規利用は停止中のため、既存利用もいずれ何かしらのサービスに移行する必要が出てくると思われる
RubyとRailsのプロジェクトであるが、AWSで利用する際に知っておくと良いことは?
AWS SDK for Rubyはすでにあるので、これが使える
https://docs.aws.amazon.com/ja_jp/sdk-for-ruby/
LambdaのRubyランタイムも、標準で用意されている
https://docs.aws.amazon.com/ja_jp/lambda/latest/dg/lambda-ruby.html
Railsプロジェクトのデプロイ先のインフラ構築では、昔からBeanstalkが使われてきた
https://aws.amazon.com/jp/elasticbeanstalk/
後は、モノリスなLambdaとしてLambda Web Adapter付きで動作させたり、ECSを使ったり、 (今は新規利用停止したけど) App Runnerを使うケースもあったり、手軽に使いたいならLightSailを使ったり
DynamoDBに50億レコードくらいのデータが溜まっているが、古いデータはS3に退避させてクエリかけたい
DynamoDBなら、Zero-ETL統合でRedshiftやOpenSearch Serviceへデータを共有できるが、その分コストはかかる
DynamoDBからS3へExportする機能はあるので、これを使うケースはある
https://dev.classmethod.jp/articles/dynamodb-table-export-service/
クエリはAthenaを使うことが多いが、パーティション等データの持ち方を考慮しないと、Athenaの動作が遅いし費用がかかるので、データの構成は事前に設計しておくこと
もしくは、Apache Iceberg形式で保存すれば、パーティションを後から変更することが可能になる
他
GitHub Copilotが従量課金制に
https://www.itmedia.co.jp/aiplus/articles/2604/28/news051.html
ClaudeのProプランでOpusが使えなくなるというのはなく、引き続き追加料金なしでProでもOpusは利用可能
https://news.aibase.com/ja/news/27552
OpenAIのサブスクリプションに「Go」プランがいつの間にか増えてた
https://chatgpt.com/ja-JP/pricing/
型安全なRubyとして、RBSの導入
https://qiita.com/tatematsu-k/items/0d2874d3fb8de12fd4c9
2026#18 2026/05/07 (木) https://jawsug-niigata.connpass.com/event/392687/
気になる記事
AgentCore Payments
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/payments.html
AIエージェントが有料API、MCPサーバ、コンテンツにアクセスするためのマイクロトランザクション決済(多くの場合1ドル未満や1セント未満)を可能にするフルマネージドサービスらしい
仮想通貨基盤が必要になるみたいなので、誰かの試してみた記事が出るまで待ちたい
Agent Toolkit for AWS
https://aws.amazon.com/jp/about-aws/whats-new/2026/05/agent-toolkit/
AWS Labsで利用可能なMCPサーバ、プラグイン、スキルの後継
GAしたAWS MCP Serverも使って、ベストプラクティスに従った有用なスキル集になっている
ルールも搭載している
AWS MCP ServerがGA
https://dev.classmethod.jp/articles/20260507-aws-mcp-server-ga/
AIエージェントからAWSへ安全なアクセスが可能になった
2026#19 2026/05/14 (木) https://jawsug-niigata.connpass.com/event/393222/
お悩み相談
アプリケーション開発の勉強をするには?
実際にアプリを作ってみるのが効率が良いと思う
業務でアプリ開発に携われるのが一番いい
自分が書いたアプリケーションのコードやアーキテクチャをエージェントに評価してもらうのもあり
他
JAWS SONIC 2026 & MIDNIGHT JAWS 2026
https://jaws-ug.connpass.com/event/393837/
AWS Summit Japan 2026
https://aws.amazon.com/jp/events/summits/japan/
2026#20 2026/05/21 (木) https://jawsug-niigata.connpass.com/event/394016/
気になる記事
DynamoDB API互換のオープンソースアダプタExtendDBが登場
https://dev.classmethod.jp/articles/20260520-aws-extenddb-dynamodb/
https://github.com/ExtendDB/extenddb
既存のAWS CLIやAWS SDKが利用可能
バックエンドは現在PostgreSQLであるが、将来的にCassandra利用も想定されてるとのこと
他
CodeCommitって、復活したんですよね?
https://dev.classmethod.jp/articles/codecommit-is-back-iam-git-kiro-cli/
昨年11月に復活しました
生成AIを使った不具合調査とか、どのようにやってますか?
気にせずDBにアクセスしてデータ起因の不具合を見つけたりしているけど
この辺りに気をつけて権限設定して調査するケースはあるかな
https://dev.classmethod.jp/articles/security-on-software-development-with-generative-ai/
AWSのDevOps Agentがどこまで使えるか
https://dev.classmethod.jp/articles/aws-devops-agent-ga/
他、Security Agentもあるし、KiroのAutonomous AgentはKiro Webとして登場した模様
https://dev.classmethod.jp/articles/aws-security-agent-review-design-code-attempt/
https://dev.classmethod.jp/articles/kiro-web-preview/
2026#21 2026/05/28 (木) https://jawsug-niigata.connpass.com/event/394721/
お悩み相談
アーキテクチャ構成図を書くコツとは?
1枚で全部表現せず、伝えたいことにフォーカスして書くといいかも
最初は全体を俯瞰できる図、その後詳細は別の図など
アーキテクチャ図を書く際のガイドラインはある?
AWSのアーキテクチャアイコンのPowerPoint資料にガイドラインは掲載されている
他
AI-DLC
https://aws.amazon.com/jp/blogs/news/ai-driven-development-life-cycle/
https://dev.classmethod.jp/articles/ai-dlc-reverse-engineering-vibe-lambda/
https://catalog.us-east-1.prod.workshops.aws/workshops/a1753e26-c705-4920-88f8-09ee62b203eb/ja-JP
https://github.com/awslabs/aidlc-workflows
https://zenn.dev/dip_techblog/articles/b0dfe50710267f
githubのAI-DLC WorkflowsをKiroやClaude Codeに仕込んでおくと良い
肝は最初のInceptionフェーズ
人間のレビューを即時でやっていかないと、レビューがボトルネックになる
2026#22 2026/06/04 (木) https://jawsug-niigata.connpass.com/event/395491/
気になる記事
Step FunctionsからAgentCore HarnessのInvokeHarnessが実行可能に
https://dev.classmethod.jp/articles/step-functions-agentcore-optimized-integration/
https://aws.amazon.com/jp/about-aws/whats-new/2026/06/aws-step-functions-agentcore/
他
AgentCore HarnessのSkills登録、boto3だとs3やgitからできるっぽい
https://docs.aws.amazon.com/boto3/latest/reference/services/bedrock-agentcore-control/client/create_harness.html#BedrockAgentCoreControl.Client.create_harness
マネコンからだと、Skill登録の入力テキストフォームにs3パスは登録できるが、実行時はskillが見つからないことを確認済
2026#23 2026/06/11 (木) https://jawsug-niigata.connpass.com/event/396344/
気になる記事
Claude Fable 5 が Bedrock で利用可能
https://dev.classmethod.jp/articles/claude-fable-5-bedrock/
https://aws.amazon.com/jp/blogs/aws/anthropic-claude-fable-5-on-aws-mythos-class-capabilities-with-built-in-safeguards-now-available/
利用するにはAgreement作成のほか、Provider Data Share有効化 (推論データをAnthropicに共有) が必要
BedrockのOpenAIモデル (GPT-5.5 / GPT-5.4) が バージニア北部リージョンで利用可能
https://dev.classmethod.jp/articles/bedrock-openai-gpt55-virginia-responses-streaming/
https://aws.amazon.com/jp/about-aws/whats-new/2026/06/openai-gpt-us-east-virginia-amazon/
Bedrockの新コンソール「Bedrock Mantle」
https://dev.classmethod.jp/articles/bedrock-mantle-console-gpt55/
https://aws.amazon.com/jp/about-aws/whats-new/2026/06/amazon-bedrock-redesigned-console-optimized-openai-anthropic-compatible-apis/
2026#24 2026/06/18 (木) https://jawsug-niigata.connpass.com/event/397088/
気になる記事
Kiro CLI v3 (Early Access) が可能。新機能にQuick Spec。
https://dev.classmethod.jp/articles/kiro-cli-v3-quick-spec-early-access/
AgentCore HarnessがGA
https://dev.classmethod.jp/articles/20260617-amazon-bedrock-agentcore-harness-ga/
東京リージョンでも使える
スキル設定も、マネコンからAWSマネージド/Git/S3から設定可能に
Bedrock Managed Knowledge Base フルマネージドRAGサービスがGA
https://dev.classmethod.jp/articles/20260617-amazon-bedrock-managed-knowledge-base/
ベクトルストアも管理不要に
AgentCore Gateway経由で、AgentCore Runtimeからのアクセスが容易に
お悩み相談
IAMの権限周りの調整ってどのようにすると簡単?
IAM Access Analyzerを使うといいかも
https://dev.classmethod.jp/articles/access-analyzer-policy-generation-permissions/