Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bedrock Lambda API Gateway Streamer (Rust) #283

Open
wants to merge 1 commit into
base: main_archieve_10_06_2024
Choose a base branch
from

Conversation

philcallister
Copy link

Issue #, if available:

Description of changes:
Bedrock Lambda API Gateway Streamer demonstrates a simple, serverless approach to integrating Amazon Bedrock with AWS Lambda and Amazon API Gateway. Written in Rust, it showcases how to efficiently stream responses from Amazon Bedrock to a client via WebSocket connections. The example serves as a practical illustration of implementing real-time, serverless communication between Bedrock's GenAI capabilities and end-users through AWS infrastructure.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@philcallister
Copy link
Author

@rppth could I get a review on this PR? It's a standalone addition.

@rsgrewal-aws rsgrewal-aws added the invalid This doesn't seem right label Oct 6, 2024
@rsgrewal-aws
Copy link
Contributor

Please re do this PR following the new layout and the process for creating the required file . We request all files to have a presence on the Cookbook / Recipes Website which is fronting this github repo now. Some of the mandatory sections of the notebook need to include

  • Overview.
  • What are we demonstrating .
  • What use case .
  • What will you learn.
  • What is the architectural pattern and why we select this. With a diagram
  • What are the libraries to install
  • What model did we choose and why this model
  • Every cell needs to have a markup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants