@aws/agents-for-amazon-bedrock-blueprints

v1.0.0
A collection of L3 construct for AWS CDK that allows you to create and deploy Bedrock agents and related resources

cdk

cdk

lint

npx eslint . --ext .ts,.tsx

test

npm run copy-compiled-js && jest && rm lib/utilities/lambdaFunctions/*.js

build

tsc --outdir dist

clean

rm -rf dist cdk.out

watch

tsc -w

lint-fix

npx eslint . --ext .js,.jsx,.ts,.tsx --fix

copy-compiled-js

npm run build && cp dist/utilities/lambdaFunctions/*.js lib/utilities/lambdaFunctions/
npm i @aws/agents-for-amazon-bedrock-blueprints

Metadata

  • MIT-0
  • >=12
  • Amazon Web Services
  • released 8/1/2024

Downloads