Skip to content

Commit 077f52c

Browse files
committed
pattern imports
1 parent 4e74819 commit 077f52c

4 files changed

Lines changed: 20 additions & 109 deletions

File tree

apigw-streaming-lambda-bedrock-cdk/apigw-streaming-lambda-bedrock-cdk.json

Lines changed: 0 additions & 89 deletions
This file was deleted.

apigw-streaming-lambda-bedrock-cdk/example-pattern.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"title": "API Gateway REST Streaming with Lambda and Amazon Bedrock",
3-
"description": "Stream LLM responses from Amazon Bedrock through API Gateway REST API using Lambda response streaming for real-time AI chat experiences.",
4-
"language": "TypeScript",
5-
"level": "300",
6-
"framework": "AWS CDK",
7-
"introBox": {
8-
"headline": "How it works",
9-
"text": [
10-
"This pattern deploys an API Gateway REST API with response streaming enabled, backed by a Lambda function that streams responses from Amazon Bedrock (Claude) in real-time using Server-Sent Events (SSE).",
11-
"When a client sends a prompt, API Gateway forwards it to a streaming Lambda function. The Lambda invokes Bedrock with streaming enabled and progressively writes each text chunk to the response stream. The client receives tokens as they are generated, dramatically reducing time-to-first-byte.",
12-
"This pattern is ideal for building AI chatbots, copilots, and interactive assistants where real-time streaming improves user experience."
13-
]
14-
},
2+
"title": "Stream Amazon Bedrock responses with Amazon API Gateway",
3+
"description": "Stream LLM responses from Amazon Bedrock through Amazon API Gateway REST API using AWS Lambda response streaming for real-time AI chat experiences.",
4+
"language": "TypeScript",
5+
"level": "300",
6+
"framework": "AWS CDK",
7+
"introBox": {
8+
"headline": "How it works",
9+
"text": [
10+
"This pattern deploys an Amazon API Gateway REST API with response streaming enabled, backed by an AWS Lambda function that streams responses from Amazon Bedrock (Claude) in real-time using Server-Sent Events (SSE).",
11+
"When a client sends a prompt, API Gateway forwards it to a streaming Lambda function. The function invokes Amazon Bedrock and progressively writes each text chunk to the response stream. The client receives tokens as they are generated, dramatically reducing time-to-first-byte.",
12+
"This pattern is ideal for building AI chatbots, copilots, and interactive assistants where real-time streaming improves user experience."
13+
]
14+
},
1515
"gitHub": {
1616
"template": {
1717
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-streaming-lambda-bedrock-cdk",

eventbridge-schedule-to-lambda-dlq-sam-python/example-pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{
6363
"name": "Sasidharan Ramasamy",
6464
"bio": "Technical Account Manager @ AWS with over 10 years of industry experience",
65-
"linkedin": "https://www.linkedin.com/in/sasidharan-ramasamy/"
65+
"linkedin": "sasidharan-ramasamy"
6666
}
6767
]
6868
}

eventbridge-scheduler-ai-agent-trigger/example-pattern.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"title": "Invoke AI Agent with Amazon EventBridge Scheduler",
3-
"description": "Create a EventBridge scheduler which invokes an Amazon Bedrock Agent.",
4-
"language": "Python",
5-
"level": "300",
6-
"framework": "Terraform",
2+
"title": "Invoke AI Agent with Amazon EventBridge Scheduler",
3+
"description": "Create a EventBridge scheduler which invokes an Amazon Bedrock Agent.",
4+
"language": "Python",
5+
"level": "300",
6+
"framework": "Terraform",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
@@ -55,4 +55,4 @@
5555
"linkedin": "paloth"
5656
}
5757
]
58-
}
58+
}

0 commit comments

Comments
 (0)