- Home
- Resources
- Integrations
- Amazon Bedrock
Amazon Bedrock Make integrationAutomate Amazon Bedrock with Make.
Can a Bedrock model work on your data without a line of code? The Amazon Bedrock Make integration gives you 4 action modules: a conversation, a prompt, an image and a raw API call. This guide links your AWS account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Amazon Bedrock Make integration let you do?
It lets a Make scenario (the automation you build in Make, a chain of bricks called modules) send text to a model hosted on Amazon Bedrock and pass the answer on. You get the model's output inside your workflow, next to your other apps, without writing code or calling AWS by hand.
Replies drafted for you. Text lands in a form, a CRM or a sheet; Create a conversation sends it to the model and the answer flows to the next module, ready to be saved or sent. A sales team can get a first reply to every inbound lead this way.
A prompt, ready for the model. Create a prompt prepares a prompt for the model you pick. Make describes it in one line, so run it once and read what it returns before you build on it.
Visuals on demand. Generate an image produces a picture a later module can store or attach. And when the model offers something the three modules do not cover, Make an API call reaches the rest of the API with the same connection.
What Make does not give you here: no trigger. Bedrock never starts a scenario on its own, so the flow opens on another app or on a schedule. If you are weighing tools, the n8n vs Make comparison sets both side by side, and the Make review covers the editor in depth. Stuck on an error later? See Make troubleshooting.
How do you connect Amazon Bedrock to Make?
- 01
Generate your API key in AWS
You need an active AWS account with the right permissions and access to Amazon Bedrock. In the Bedrock console, open API Keys in the left pane, click Generate API Key, name it if asked, then Create. Copy the key and the secret.
- 02
Open the connection window in Make
Add any Amazon Bedrock module to your scenario and click Create a connection. A connection is your Bedrock account linked to Make once, then reused by every Bedrock module. The Connection name field is optional.
- 03
Paste the credentials and save
Enter the API key and the secret you copied from the AWS console, or follow the on-screen instructions. The connection then serves every Bedrock module.
Your first scenario with Amazon Bedrock
GoalWhen new text arrives in another app, Make sends it to Amazon Bedrock and hands the model's reply to the next step.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that holds your text first (a form, a sheet, a CRM): Bedrock has no trigger, so the flow starts elsewhere.
- 02
Add Create a conversation
Click the + on the right of that first module, search Amazon Bedrock and pick Create a conversation. Link your account with Create a connection if it is not done yet.
- 03
Map the incoming text
Fill the module fields and drop the text from the first module into the message. Each item that flows between modules is a bundle: one form entry, one row, one contact.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received, so you can read the model's answer before anything goes live.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and turn the scenario on. Each module run on a bundle counts as one operation on your plan.
What the Amazon Bedrock modules do
Amazon Bedrock gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a conversation
ActionIn Make“Sends messages to the specified Amazon Bedrock model.”
You get a reply from the Bedrock model you choose to the messages you send, delivered as data the next module can use. It is the one to reach for when the answer should read like a response to someone.
Create a prompt
ActionIn Make“Creates a prompt for the specified Amazon Bedrock model.”
It prepares a prompt for the Bedrock model you specify. Make only describes it in one line, so a Run once shows you what it actually returns before you map anything.
Generate an image
ActionIn Make“Generates an image.”
You get an image built from your description, which a later module can store, attach or publish. This is the only listed Bedrock module that returns a picture rather than text.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
You reach any endpoint of the Bedrock API with the connection you already set up, for everything the three other modules leave out. You write the request yourself, which asks for a look at the AWS documentation.
Need help automating Amazon Bedrock with Make?
A person reads every message.