Using the Basic LLM chain I noticed the only Bedrock models available are the text models. I would like to utilize the new Nova Reels text-to-video model. However, when I use my saved AWS Credentials in the HTTP request, I keep getting the ‘Forbidden - perhaps check your credentials?’ error.
Perhaps this is because the hash signature step doesn’t take place when using an http node?
Anyone know a way around this?
Share the output returned by the last node
Information on your n8n setup
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
n8n
December 8, 2024, 1:07pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
ria
December 16, 2024, 3:47pm
3
Hi @Anthony_Lee
The signature hashing is done in the AWS Credentials but it depends on whether the service uses SigV4. We use the aws4
library and you find the supported services here:
Can you expand on the error that you’re getting? What’s the stack trace?
ria
December 17, 2024, 6:30am
4
Hi @Anthony_Lee , good news,
we are currently reviewing a PR that adds bedrock runtime to the supported services
n8n-io:master
← suminhong:patch-2
opened 04:48AM - 17 Dec 24 UTC
## Summary
<!--
Describe what the PR does and how to test.
Photos and video… s are recommended.
-->
Add Bedrock, Bedrock-Runtime, Bedrock-Agent, Bedrock-Agent-Runtime Endpoint to credentials for AWS
## Related Linear tickets, Github issues, and Community forum posts
<!--
Include links to **Linear ticket** or Github issue or Community forum post.
Important in order to close *automatically* and provide context to reviewers.
-->
## Review / Merge checklist
- [ ] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md)) <!--
**Remember, the title automatically goes into the changelog.
Use `(no-changelog)` otherwise.**
-->
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
- [ ] Tests included. <!--
A bug is not considered fixed, unless a test is added to prevent it from happening again.
A feature is not complete without tests.
-->
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)
1 Like
Hey Ria, any chances for this feature get merged this month?
system
Closed
March 16, 2025, 8:49pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.