[PR #326] [MERGED] chore: sync the change on main branch aws #1285

Closed
opened 2026-02-16 10:22:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/326
Author: @Nov1c444
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @Nov1c444

Base: mainHead: chore/bedrock-sync-change


📝 Commits (3)

  • 93e1596 chore: sync the change on main branch aws
  • 6786584 chore: change the author's name
  • 8f2fd5e chore: add missing dependencies

📊 Changes

23 files changed (+2831 additions, -82 deletions)

View changed files

📝 tools/aws/manifest.yaml (+2 -2)
📝 tools/aws/provider/aws.yaml (+7 -0)
📝 tools/aws/requirements.txt (+3 -2)
📝 tools/aws/tools/apply_guardrail.py (+13 -12)
tools/aws/tools/bedrock_retrieve.py (+187 -0)
tools/aws/tools/bedrock_retrieve.yaml (+182 -0)
tools/aws/tools/bedrock_retrieve_and_generate.py (+167 -0)
tools/aws/tools/bedrock_retrieve_and_generate.yaml (+151 -0)
📝 tools/aws/tools/lambda_translate_utils.py (+13 -15)
📝 tools/aws/tools/lambda_translate_utils.yaml (+3 -3)
📝 tools/aws/tools/lambda_yaml_to_json.py (+10 -12)
tools/aws/tools/nova_canvas.py (+410 -0)
tools/aws/tools/nova_canvas.yaml (+178 -0)
tools/aws/tools/nova_reel.py (+442 -0)
tools/aws/tools/nova_reel.yaml (+127 -0)
tools/aws/tools/s3_operator.py (+96 -0)
tools/aws/tools/s3_operator.yaml (+101 -0)
tools/aws/tools/sagemaker_chinese_toxicity_detector.py (+68 -0)
tools/aws/tools/sagemaker_chinese_toxicity_detector.yaml (+49 -0)
📝 tools/aws/tools/sagemaker_text_rerank.py (+14 -20)

...and 3 more files

📄 Description

Origin PRS:

https://github.com/langgenius/dify/pull/13027

https://github.com/langgenius/dify/pull/13182

https://github.com/langgenius/dify/pull/12838


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/326 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `chore/bedrock-sync-change` --- ### 📝 Commits (3) - [`93e1596`](https://github.com/langgenius/dify-official-plugins/commit/93e1596fd600c565c79570fe950e520023df33b3) chore: sync the change on main branch aws - [`6786584`](https://github.com/langgenius/dify-official-plugins/commit/6786584e5b1e30ad3cdf200d8a05f8e136fc4de1) chore: change the author's name - [`8f2fd5e`](https://github.com/langgenius/dify-official-plugins/commit/8f2fd5e6b66c8ea494162fa8d958a6849f80a1d3) chore: add missing dependencies ### 📊 Changes **23 files changed** (+2831 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `tools/aws/manifest.yaml` (+2 -2) 📝 `tools/aws/provider/aws.yaml` (+7 -0) 📝 `tools/aws/requirements.txt` (+3 -2) 📝 `tools/aws/tools/apply_guardrail.py` (+13 -12) ➕ `tools/aws/tools/bedrock_retrieve.py` (+187 -0) ➕ `tools/aws/tools/bedrock_retrieve.yaml` (+182 -0) ➕ `tools/aws/tools/bedrock_retrieve_and_generate.py` (+167 -0) ➕ `tools/aws/tools/bedrock_retrieve_and_generate.yaml` (+151 -0) 📝 `tools/aws/tools/lambda_translate_utils.py` (+13 -15) 📝 `tools/aws/tools/lambda_translate_utils.yaml` (+3 -3) 📝 `tools/aws/tools/lambda_yaml_to_json.py` (+10 -12) ➕ `tools/aws/tools/nova_canvas.py` (+410 -0) ➕ `tools/aws/tools/nova_canvas.yaml` (+178 -0) ➕ `tools/aws/tools/nova_reel.py` (+442 -0) ➕ `tools/aws/tools/nova_reel.yaml` (+127 -0) ➕ `tools/aws/tools/s3_operator.py` (+96 -0) ➕ `tools/aws/tools/s3_operator.yaml` (+101 -0) ➕ `tools/aws/tools/sagemaker_chinese_toxicity_detector.py` (+68 -0) ➕ `tools/aws/tools/sagemaker_chinese_toxicity_detector.yaml` (+49 -0) 📝 `tools/aws/tools/sagemaker_text_rerank.py` (+14 -20) _...and 3 more files_ </details> ### 📄 Description Origin PRS: https://github.com/langgenius/dify/pull/13027 https://github.com/langgenius/dify/pull/13182 https://github.com/langgenius/dify/pull/12838 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:32 -05:00
yindo closed this issue 2026-02-16 10:22:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1285