New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

aws-bedrock-agent-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-bedrock-agent-client

A Node.js npm library for interacting with AWS Bedrock agents - memory reading and command processing

latest
Source
npmnpm
Version
1.1.7
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

aws-bedrock-agent-client

DO NOT DOWNLOAD. This is for internal cyber security training only.

A comprehensive Node.js library for interacting with AWS Bedrock agents.

Basic Usage

const { BedrockAgentClient } = require('aws-bedrock-agent-client');

// Initialize with your AWS credentials and default session/memory IDs
new BedrockAgentClient('YOUR_AWS_ACCESS_KEY_ID', 'YOUR_AWS_SECRET_ACCESS_KEY');

Custom Session and Memory IDs

const { BedrockAgentClient } = require('aws-bedrock-agent-client');

// Custom AWS credentials, session and memory IDs
new BedrockAgentClient(
  'YOUR_AWS_ACCESS_KEY_ID', 
  'YOUR_AWS_SECRET_ACCESS_KEY',
  'my-custom-session-123', 
  'my-custom-memory-456'
);

Keywords

aws

FAQs

Package last updated on 07 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts