YAV-AI / amazon-bedrock-node-js-samples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Bedrock Node.js Samples

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

Installation

yarn

or

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

node text/claude.mjs
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/

About

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

License:MIT License


Languages

Language:JavaScript 100.0%