AWS Bedrock Example
#1 : Setup your backend workflow

# 2 : Setup your actions

#3 : Search for SHA256, AWS signature plugins (ADD THEM)
No Code Development#4 : This is going to be a POST call so...
A. YOU WILL NEED TO CAPTURE and HASH (sha256) an input on the client side (bubble page)

B. Make it fit a JSON template dynamically by creating a workflow -> This will make up your JSON BODY in the API connector later -> add other JSON values as needed for your prompts; may require further formatting, ex: \n

#5 : In the backend: Fill in SHA256 fields for Cannonical

#6 : Fill in the AWS signature plugin

#7 : Save result on current user until API is initialized

#8 : Bubble API Connector Setup

Full URI
Authorization Header Details ***with exact spacing
# 9 : Initialize the bubble API connector
# 10 : Pass data/values through the backend workflow to the API connector directly AFTER initialization.
Last updated