
Turning AWS Serverless Experience into a Claude Code Plugin
In the previous posts, I covered how to set up Claude Code with Bedrock , use it in your IDE , teach it your conventions with CLAUDE.md , enforce them with hooks , connect it to your services with MCP servers , and extend it with plugins and skills . This post puts all of that into practice. The Knowledge Gap Claude Code can write a Lambda handler and generate a SAM template. But ask it to troubleshoot why your DynamoDB stream iterator age is climbing, and you'll hit the gap between general knowledge and practical experience. The documentation tells you what the parameters are. Experience tells you which ones matter and what to check first when something breaks. That experience comes from building systems and from the broader serverless community: practitioners sharing production lessons, AWS engineers explaining the reasoning behind the services, hallway conversations at re:Invent. I wanted to see if I could encode that collective knowledge into a format Claude Code could actually use
Continue reading on Dev.to
Opens in a new tab

