Skip to content

Commit 260b5f8

Browse files
authored
chore(sample): add new sample (#256)
1 parent 6b79bfe commit 260b5f8

File tree

26 files changed

+7505
-0
lines changed

26 files changed

+7505
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This repo provides samples to demonstrate how to build your own Generative AI so
2525
|[Stateless MCP Server on ECS](samples/mcp-stateless-ecs/)| Sample stateless MCP Server running natively on ECS Fargate and ALB without any extra bridging components or custom transports and a test MCP client. | API layer | TypeScript |
2626
|[Stateful MCP Server on ECS](samples/mcp-stateful-ecs/)| Sample stateful MCP Server running natively on ECS Fargate and ALB without any extra bridging components or custom transports and a test MCP client. | API layer | TypeScript |
2727
|[Speech to speech](samples/speech-to-speech/)| Real-time Speech to Speech solution with Amazon Nova Sonic, featuring a Java WebSocket server and React frontend. | Backend + Frontend | Python for Backend, TypeScript (React) for Frontend |
28+
| [Strands Lambda Durable](samples/cdk-lambda-strands-durable/) | This folder contains demos showcasing the [Strands Agents Python SDK](https://strandsagents.com/latest/) integrated with [AWS Lambda durable execution](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html). | Backend | Python for Lambda, Ts for IaC |
2829

2930
## Contributing
3031

0 commit comments

Comments
 (0)