Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukulmantosh/goapp_genai
Backend - Bedrock Trio: AWS, React & Go
https://github.com/mukulmantosh/goapp_genai
anthropic-claude aws bedrock goland golang llama3
Last synced: 17 days ago
JSON representation
Backend - Bedrock Trio: AWS, React & Go
- Host: GitHub
- URL: https://github.com/mukulmantosh/goapp_genai
- Owner: mukulmantosh
- Created: 2024-07-08T15:31:16.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T16:17:56.000Z (4 months ago)
- Last Synced: 2024-08-01T20:46:44.304Z (3 months ago)
- Topics: anthropic-claude, aws, bedrock, goland, golang, llama3
- Language: Go
- Homepage: https://www.jetbrains.com/guide/go/tutorials/bedrock_with_go/
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Bedrock with Go
![background](./misc/images/background.png)
This tutorial centers around developing a Go application for interfacing with AWS Bedrock, utilizing models such as Llama3 and Anthropic Claude.### Prerequisites
Before starting up this project, make sure you have the necessary dependencies installed in your machine.
### Software Installation
- [x] [Go](https://go.dev/) - Go is an open source programming language that makes it simple to build secure, scalable systems.
- [x] [GoLand](https://www.jetbrains.com/go/) - More than just a Go IDE
### Tutorial
You can follow the tutorial step by step by clicking on this link -> [AI Assistant with AWS Bedrock and Go](https://www.jetbrains.com/guide/go/tutorials/bedrock_with_go/)