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 →
{
"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.
awsAssumeRole
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Mailjet:Email:send sendTemplate. Uses start, mailjet. Manual trigger; 4 nodes.
DocuFlow Universal Extraction. Uses start, httpRequest. Manual trigger; 7 nodes.
Variables Example Workflow. Uses start, n8n-nodes-variables-store. Manual trigger; 5 nodes.
Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.