AutomationFlowsGeneral › AWS Bedrock Basic Example

AWS Bedrock Basic Example

AWS Bedrock Basic Example. Uses start, n8n-nodes-aws-bedrock-assumerole. Manual trigger; 2 nodes.

Manual trigger★☆☆☆☆ complexity2 nodesStartN8N Nodes Aws Bedrock Assumerole
General Trigger: Manual Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "AWS Bedrock Basic Example",
  "nodes": [
    {
      "parameters": {},
      "id": "start-node",
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "modelId": "us.anthropic.claude-3-5-sonnet-20241022-v2:0",
        "prompt": "Explain what AWS Bedrock is in simple terms.",
        "maxTokens": 500,
        "temperature": 0.7
      },
      "id": "bedrock-node",
      "name": "AWS Bedrock (AssumeRole)",
      "type": "n8n-nodes-aws-bedrock-assumerole.awsBedrockAssumeRole",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "awsAssumeRole": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "AWS Bedrock (AssumeRole)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "versionId": "1"
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

AWS Bedrock Basic Example. Uses start, n8n-nodes-aws-bedrock-assumerole. Manual trigger; 2 nodes.

Source: https://github.com/cabify/n8n-nodes-aws-bedrock-assumerole/blob/6fb9c5751bf3a71cedf2a9a4fc5bb84c1f7e8715/examples/basic-workflow.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Mailjet:Email:send sendTemplate. Uses start, mailjet. Manual trigger; 4 nodes.

Start, Mailjet
General

Filter Data Example. Uses start. Manual trigger; 3 nodes.

Start
General

DocuFlow Universal Extraction. Uses start, httpRequest. Manual trigger; 7 nodes.

Start, HTTP Request
General

Variables Example Workflow. Uses start, n8n-nodes-variables-store. Manual trigger; 5 nodes.

Start, N8N Nodes Variables Store
General

Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.

Autopilot