AWS Notes
5.6K subscribers
473 photos
43 videos
10 files
2.84K links
AWS Notes — Amazon Web Services Educational and Information Channel

Chat: https://xn--r1a.website/aws_notes_chat

Contacts: @apple_rom, https://www.linkedin.com/in/roman-siewko/
Download Telegram
GitHub Copilot -> Amazon Bedrock -> Claude 3.5 Sonnet

Anthropic Claude предоставляет свой сервис для GitHub Copilot через Amazon Bedrock:

Claude 3.5 Sonnet runs on GitHub Copilot via Amazon Bedrock, leveraging Bedrock’s cross-region inference to further enhance reliability.


🔹https://docs.github.com/en/copilot/using-github-copilot/using-claude-sonnet-in-github-copilot

Это жжж неспроста. Ждём на re:Invent 2024 (кстати, регистрируйтесь!) новостей по этому поводу.

#Bedrock #Anthropic #GitHubCopilot
👍6
SwiftChat — референс-проект от AWS для создания AI-чата:

https://github.com/aws-samples/swift-chat

React + Bedrock, поддержка Ollama, DeepSeek, OpenAI, Nova.

#Bedrock
👍7
MCP with Bedrock:

- Allows AI models to access information outside their built-in knowledge.
- Help build tools that enable AI models to perform actions (such as visiting websites or checking the weather).
- Establish communication through a standardized protocol between the user, the AI model and external tools.

https://community.aws/content/2uFvyCPQt7KcMxD9ldsJyjZM1Wp/model-context-protocol-mcp-and-amazon-bedrock

For example, if you ask "get me a summary of the blog post at this URL", the system will:

- Process your request
- Recognize it needs to use a tool to visit the webpage
- Fetch the content from the URL
- Return the information to the model
- Generate a summary based on the fetched content

#MCP #Bedrock
👍5🔥3
DevGenius - AWS Solution Generator:

https://github.com/aws-samples/sample-devgenius-aws-solution-builder

Features:

- IaC (AWS CDK, CloudFormation)
- architecture diagram (draw-io format)
- cost estimation
- technical documentation
- existing architecture analysis (you can upload and analyze current architecture diagrams, including handwritten ones)

DevGenius architecture: Bedrock, OpenSearch Serverless, S3, DynamoDB, Fargate, CloudFront, ALB, Cognito

Deployment with AWS CDK create stacks:

- VPC with public/private subnets
- ECS Fargate service with Streamlit container
- Application Load Balancer
- CloudFront distribution with Lambda@Edge for authentication
- Cognito user pool and identity pool
- DynamoDB tables for conversation tracking
- S3 bucket for storing generated assets
- Bedrock Agent with Knowledge Base for AWS documentation sources
- OpenSearch Serverless collection for vector embeddings

#Bedrock
🤮8👍3