
Stream AI agent responses in real time using AWS AppSync Events WebSockets, two-phase AWS Lambda functions, and Amazon Bedrock AgentCore Runtime.
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/appsync-events-lambda-agentcore-cdkpython -m venv .venv && source .venv/bin/activatepip install -r requirements.txtcdk bootstrapcdk deploycdk destroy.