Skip to content

Commit

Permalink
Merge pull request #2425 from aphilippartd/aphilippartd-feature-appsy…
Browse files Browse the repository at this point in the history
…nc-bedrock-streaming-sam

(fix) - Correct naming of pattern
  • Loading branch information
julianwood authored Sep 3, 2024
2 parents 415f976 + 206fa47 commit f018500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions appsync-bedrock-streaming-sam/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Amazon DynamoDB Streams to AWS AppSync Subscription
# Amazon Bedrock streaming with AWS AppSync

This pattern creates an AppSync API to invoke an Amazon Bedrock model (here Anthropic Claude V3 Haiku) through a mutation and a subscription to listen for the response.
This pattern creates an AWS AppSync API to invoke an Amazon Bedrock model (here Anthropic Claude V3 Haiku) through a mutation and a subscription to listen for the response.

Learn more about this pattern at ServerlessLand Patterns: https://serverlessland.com/patterns/appsync-bedrock-streaming-sam
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/appsync-bedrock-streaming-sam

Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.

Expand Down
6 changes: 3 additions & 3 deletions appsync-bedrock-streaming-sam/example-pattern.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "AWS AppSync to Amazon Bedrock",
"description": "Invoke Amazon Bedrock models from AWS AppSync HTTP resolver",
"title": "Amazon Bedrock Streaming with AWS AppSync",
"description": "Stream Amazon Bedrock responses with AWS AppSync",
"language": "YAML",
"level": "200",
"framework": "SAM",
Expand Down Expand Up @@ -59,4 +59,4 @@
"twitter": "@aphilippartd"
}
]
}
}

0 comments on commit f018500

Please sign in to comment.