
Pahud Hsieh
@pahudnet
Followers
3K
Following
8K
Media
1K
Statuses
4K
Opinions are my own. Telegram: https://t.co/ZyvkSjCwpa
New York, USA
Joined January 2008
Bedrock AgentCore Runtime の CDK L1 Construct を試す|mazyu36 https://t.co/JdMOnsozJA
#zenn
zenn.dev
1
6
16
Reinvent booked. Who all should I plan to meet? 🥳 from CDK side we have a few sessions, tons of casual demos at the booth! I will share specific details soon! Let me know if you’re attending though! #awscdk
1
2
6
CDK devs can now summon Qwen3 & DeepSeek-v3.1 on Bedrock with a single construct. 兵はスピードが命 ⚔️ CDK devs can now summon Qwen3 & DeepSeek-v3.1 on Bedrock 🎉 もう wrapper 要らない、hack 要らない。 ただの cdk deploy 👉 ready to roll. 兵貴神速,AWS
github.com
Support new models. Qwen3 models are now available fully managed in Amazon Bedrock DeepSeek-V3.1 model now available fully managed in Amazon Bedrock Checklist My code adheres to the CONTRIBUTI...
0
0
2
昨年、ちょっとした実験を始めました。 https://t.co/cvz9snsDz5 に記事を書き、Q/dev agent に CDK L2 を自動生成させるという試みです。 当時は Q CLI も Kiro もなく、ただ一つの信念だけがありました。ドキュメントは人間のためではなく、エージェントのために存在する。 今では QCLI、Kiro、AWS
Last year we started a wild experiment: write on https://t.co/cvz9sns5Jx, let Q/dev agent generate CDK L2 from reading the blogs. No Q CLI, no Kiro—just a belief: docs aren’t for humans, they’re for Agents. Now with QCLI, Kiro & AWS Knowledge MCP, even PRs feel like a new game.
0
0
4
Last year we started a wild experiment: write on https://t.co/cvz9sns5Jx, let Q/dev agent generate CDK L2 from reading the blogs. No Q CLI, no Kiro—just a belief: docs aren’t for humans, they’re for Agents. Now with QCLI, Kiro & AWS Knowledge MCP, even PRs feel like a new game.
New Blog - Create your own CDK L2 Construct https://t.co/KqipUJvs0q This is a very opinionated one. One of my goal is to make it part of my KB and allow my own Agent or Amazon Q Developer /dev agent to learn from there and generate new L2s for me.
0
0
1
CDK refactor is now live! What's New : https://t.co/4Xz4lFzYye Blog post: https://t.co/5nTy417hcb
1
5
10
在手動創建agentcore gw不下十次之後,今天我想試試看讓Kiro幫我寫出AgentCore CDK construct出來,即便他還沒有CFN,但我大概知道它資源怎麼創建了,想看看,如果可以這樣 const gw = new agc.Gateway(); gw.addTarget(func); gw.addTarget(spec); 這該是多爽的事!
After manually spinning up the AgentCore gateway more than ten times (yes, I counted), I figured it was time to let Kiro give me a hand and try drafting an AgentCore CDK construct. Sure, CloudFormation (CFN) support isn’t there yet, but I’ve got a decent sense of how the resource
0
0
0
AgentCore のゲートウェイを手動で 10 回以上作ってきたんですが(数えましたよ…)、そろそろ Kiro に手伝ってもらって、AgentCore CDK construct を書いてみようと思いました。CloudFormation (CFN)
After manually spinning up the AgentCore gateway more than ten times (yes, I counted), I figured it was time to let Kiro give me a hand and try drafting an AgentCore CDK construct. Sure, CloudFormation (CFN) support isn’t there yet, but I’ve got a decent sense of how the resource
0
0
6
AgentCore のゲートウェイを手動で 10 回以上作ってきたんですが(数えましたよ…)、そろそろ Kiro に手伝ってもらって、AgentCore CDK construct を書いてみようと思いました。CloudFormation (CFN)
After manually spinning up the AgentCore gateway more than ten times (yes, I counted), I figured it was time to let Kiro give me a hand and try drafting an AgentCore CDK construct. Sure, CloudFormation (CFN) support isn’t there yet, but I’ve got a decent sense of how the resource
0
0
1
After manually spinning up the AgentCore gateway more than ten times (yes, I counted), I figured it was time to let Kiro give me a hand and try drafting an AgentCore CDK construct. Sure, CloudFormation (CFN) support isn’t there yet, but I’ve got a decent sense of how the resource
0
0
1
Writing 2 PRs literally at the same time while booking my hotel for the business trip tomorrow.
0
0
0
🚀 CDKコミュニティの皆様!皆さんのご意見を募集中です!9月2-3日の交流会で取り上げてほしいトピックはありますか?良い点は?改善点は?率直なフィードバックをぜひ共有してください。コミュニティの未来を一緒に形作りましょう!コメントを残して、ぜひご参加ください! 🚀
SAVE THE DATE!! The next CDK community meeting is scheduled on Session 1: Sep 2, 2025 @ 3pm – 4pm EDT / 19:00 - 20:00 UTC Session 2: Sep 3, 2025 @ 3am-4am EDT / 07:00 - 08:00 UTC) More here - https://t.co/QBDpo98TU6
@AWSOpen
0
1
4
🚀 CDK Community! We want YOUR input! What topics should we cover at our Sept 2-3 meetup? What's working? What isn't? Share your honest feedback and shape our community's future! Drop your thoughts below and join us for the meetup! #AWS #CDK
SAVE THE DATE!! The next CDK community meeting is scheduled on Session 1: Sep 2, 2025 @ 3pm – 4pm EDT / 19:00 - 20:00 UTC Session 2: Sep 3, 2025 @ 3am-4am EDT / 07:00 - 08:00 UTC) More here - https://t.co/QBDpo98TU6
@AWSOpen
0
0
1
“Should we update our specs?” Recently, I’ve been noticing a pattern. Back when the idea of IaC (Infrastructure as Code) first came around, we spent a lot of time writing CFN, CDK, or TF. The purpose was to achieve consistency at deployment. Sometimes you’d spend two days
0
0
0
週一早晨,正在看用戶回報的一個EKS bug,簡單triage之後,開兩個虛擬桌面,左邊QCLI正在幫我創建minimal reproducible CDK app來重現這個問題,我們需要確定這問題是可以重現的即便我們已經知道bug在哪,而有趣的是,另一個虛擬桌面,Kiro
Monday morning. I was just watching QCLI trying to repro a reported CDK issue for me to validate my assumption while Kiro multi-role running on another virtual desktop writing PR for me. As soon as the QCLI validates it reproducible, the PR should be ready. And I was just
0
0
0
Monday morning. I was just watching QCLI trying to repro a reported CDK issue for me to validate my assumption while Kiro multi-role running on another virtual desktop writing PR for me. As soon as the QCLI validates it reproducible, the PR should be ready. And I was just
0
0
0