lindarr915 / google-apps-script-bedrock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS SigV4 Signer in Google App Scripts

  1. Open Google Apps Scripts console
  • Add 2 files into Google Apps Scrtips
  • Add AWS ACCESS KEYS and SECRET KEYS
  • Deploy and Share as a Library

  1. On the Google Spreadsheet
function Bedrock(prompt) {
  return AWS.Bedrock(prompt)
}
  1. The Result

About

License:MIT License


Languages

Language:JavaScript 100.0%