Adding an AI Chatbot to my Todo App on AWS
A Bedrock Agent, a WebSocket, and the parts I had to figure out along the way
May 26, 20269 min read39
Search for a command to run...
Series
building-an-ai-chatbot-on-aws
A Bedrock Agent, a WebSocket, and the parts I had to figure out along the way
TL;DR: I shipped a Bedrock Agent todo chatbot and then found I could read another user's todos via prompt injection. The fix that mattered most: promptSessionAttributes is a hint, not enforcement — re