Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yav-ai/amazon-bedrock-node-js-samples

This repository contains Node.js examples to get started with the Amazon Bedrock service.
https://github.com/yav-ai/amazon-bedrock-node-js-samples

amazon-bedrock amazon-titan aws aws-bedrock aws-lambda-node aws-sdk aws-sdk-javascript claude claude-3 claude-api cohere jurassic-ultra language-model llama2 llm-inference mistral mixtral-8x7b-instruct nodejs nodejsexamples stable-diffusion

Last synced: about 5 hours ago
JSON representation

This repository contains Node.js examples to get started with the Amazon Bedrock service.

Awesome Lists containing this project

README

        

# Amazon Bedrock Node.js Samples

This repository contains Node.js examples to get started with the Amazon Bedrock service.

## Installation

```bash
yarn
```

or

```bash
npm install
```

## Configuration

Ensure you have properly configured your AWS credentials and region to use the AWS SDK for JavaScript. You can do this using various methods, such as:

### AWS CLI:

Use the `aws configure` command to set up your AWS credentials.

### Setting Credentials in Node.js:

https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html

### IAM Roles:

If your application is running on an AWS resource with an associated IAM role, it will inherit permissions and credentials from that role.

## Run an example

```bash
node text/claude.mjs
```

```bash
node image/stable-diffusion-simple.mjs
```

## Further reading

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock/
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-runtime/