Bedrock Agent Simple Demo

  • Find a simple DB with publicly accessible information in linkedin_database.db
  • Find the completed deployable lambda package as my_deployment_package.zip in the lambda_functions folder
  • Run the scratch.py file to get a schema for structured output.
  • Add information to the sql_agent.txt file to track the changes of your agent on bedrock.
  • Add additional functions in the lambda_function.py file in lambda_functions folder to customize functionality for your use case.
  • Run the zip_lambda.sh bash script in order to create a new deployment package for lambda.