Skip to content
CommunicationReal-timeUpdated May 2026
A

AWS Bedrock

AWS Bedrock managed LLM inference

AWS Bedrock is the AWS-managed LLM platform — provides hosted access to Anthropic Claude, Meta Llama, Mistral, Cohere, AI21, Amazon Titan, and Stable Diffusion models via a single API, integrated with AWS IAM and VPC for enterprise-grade compliance. Tiny Command exposes three actions, no triggers: Converse (the unified Conversation API that works across all chat-capable models on Bedrock with the same message-array shape — the recommended path for new workflows), Invoke Model (Raw) (the model-specific Invoke API for cases that need model-specific parameters Converse doesn't expose), Knowledge Bases Retrieve (RAG against a Bedrock Knowledge Base — semantic search over your indexed documents, returns relevant chunks with citations for downstream LLM grounding). The connection uses AWS IAM credentials (access key + secret) with bedrock:InvokeModel and bedrock-runtime:* permissions, plus the region (Bedrock is regional; models available vary by region — us-east-1 and us-west-2 have the broadest catalog). The Converse API is the right default for cross-model workflows since it abstracts away model-specific quirks.

0triggers
3actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything AWS Bedrock can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Bedrock ConverseThe model-agnostic chat API — same message-array shape works across Claude, Llama, Mistral, and other chat-capable Bedrock models. Swap models with a single parameter change. The recommended default for new Bedrock workflows since it abstracts away model-specific request quirks.
Invoke Model (Raw)Model-specific Invoke API for cases where the unified Converse API doesn't expose what you need (e.g., specific Claude-only parameters, specific generation modes for image/embedding models). Each model has its own request shape — check Bedrock's per-model docs.
Knowledge Bases RetrieveSemantic-searches a configured Bedrock Knowledge Base (which sits on top of S3-stored documents indexed into a vector store) and returns the most relevant chunks with citations. Saves you from building and managing your own RAG ingestion pipeline.
Recipes

Pre-built AWS Bedrock workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect AWS Bedrock once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every AWS Bedrock field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the AWS Bedrock integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect AWS Bedrock to Tiny Command?
Open the Tiny Command workflow builder, drop in a AWS Bedrock node, and click Connect. Authorize AWS Bedrock once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What AWS Bedrock triggers does Tiny Command support?
Tiny Command focuses on outbound actions for AWS Bedrock today. Use Tiny Command's universal Webhook or Schedule trigger to start AWS Bedrock workflows, then run any AWS Bedrock action you need.
What AWS Bedrock actions can I run from a workflow?
3 AWS Bedrock actions are available out of the box, covering communication operations like "Bedrock Converse". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the AWS Bedrock integration real-time?
AWS Bedrock actions execute synchronously inside your workflow. Tiny Command waits for AWS Bedrock's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use AWS Bedrock with Tiny Command?
No. Every AWS Bedrock trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any AWS Bedrock API endpoint directly.
How much does the AWS Bedrock integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The AWS Bedrock integration itself has no per-app surcharge.
Related

More communication apps people connect.

Same category as AWS Bedrock, ordered by how often teams pair them. Hover the carousel to pause.

Do more with AWS Bedrock.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.