Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/build-on-aws/amazon-bedrock-java-examples
Welcome to this repo where we'll continue adding hands-on examples demonstrating the use of the Java SDK for Amazon Bedrock.
https://github.com/build-on-aws/amazon-bedrock-java-examples
amazon-bedrock aws aws-java-sdk-v2 generative-ai java
Last synced: 9 days ago
JSON representation
Welcome to this repo where we'll continue adding hands-on examples demonstrating the use of the Java SDK for Amazon Bedrock.
- Host: GitHub
- URL: https://github.com/build-on-aws/amazon-bedrock-java-examples
- Owner: build-on-aws
- License: mit-0
- Created: 2023-10-02T16:31:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:47:21.000Z (4 months ago)
- Last Synced: 2024-07-12T23:47:34.394Z (4 months ago)
- Topics: amazon-bedrock, aws, aws-java-sdk-v2, generative-ai, java
- Homepage:
- Size: 206 KB
- Stars: 12
- Watchers: 10
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Amazon Bedrock Java Examples
This repository contains pre-built examples to help Java developers get started with Amazon Bedrock.
## Contents
### Snippets
- [Guardrails](snippets/guardrails) - Build responsible AI applications with Guardrails for Amazon Bedrock### Demos
- [Quarkus Bedrock Demo](demos/quarkus-bedrock-demo) - Learn how to access Amazon Bedrock from a Quarkus application deployed on AWS Lambda.## Getting Started
To get started with the code examples, ensure you have access to [Amazon Bedrock](https://aws.amazon.com/bedrock/?trk=2483aad2-15a6-4b7a-a1c5-189851586b67&sc_channel=el). Then clone this repo and navigate to one of the folders above. Detailed instructions are provided in each folder's README.
### Enable AWS IAM permissions for Bedrock
The AWS identity you assume from your environment must have sufficient [AWS IAM permissions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html?trk=2483aad2-15a6-4b7a-a1c5-189851586b67&sc_channel=el) to call Amazon Bedrock.
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the [LICENSE](LICENSE) file.