[PR #390] [MERGED] Feature: update aws tool #1339

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/390
Author: @warren830
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @crazywoola

Base: mainHead: feature/update-aws-tool


📝 Commits (5)

📊 Changes

31 files changed (+350 additions, -625 deletions)

View changed files

tools/aws/README.md (+10 -0)
📝 tools/aws/main.py (+1 -1)
📝 tools/aws/manifest.yaml (+26 -14)
tools/aws/provider/aws-tools.py (+15 -0)
📝 tools/aws/provider/aws-tools.yaml (+9 -10)
tools/aws/provider/aws.py (+0 -22)
📝 tools/aws/requirements.txt (+3 -3)
📝 tools/aws/tools/apply_guardrail.py (+10 -21)
📝 tools/aws/tools/apply_guardrail.yaml (+2 -2)
📝 tools/aws/tools/bedrock_retrieve.py (+23 -49)
📝 tools/aws/tools/bedrock_retrieve.yaml (+5 -5)
📝 tools/aws/tools/bedrock_retrieve_and_generate.py (+18 -49)
📝 tools/aws/tools/bedrock_retrieve_and_generate.yaml (+2 -2)
📝 tools/aws/tools/lambda_translate_utils.py (+7 -23)
📝 tools/aws/tools/lambda_translate_utils.yaml (+2 -2)
📝 tools/aws/tools/lambda_yaml_to_json.py (+12 -15)
📝 tools/aws/tools/lambda_yaml_to_json.yaml (+2 -2)
📝 tools/aws/tools/nova_canvas.py (+48 -96)
📝 tools/aws/tools/nova_canvas.yaml (+2 -2)
📝 tools/aws/tools/nova_reel.py (+49 -112)

...and 11 more files

📄 Description

update aws tool


🔄 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/390 **Author:** [@warren830](https://github.com/warren830) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feature/update-aws-tool` --- ### 📝 Commits (5) - [`0f24211`](https://github.com/langgenius/dify-official-plugins/commit/0f24211fc19087bc1999e42fec8826e119423ed2) update aws tool - [`99a3fcc`](https://github.com/langgenius/dify-official-plugins/commit/99a3fccd576bb11ea1f63cd53adbb5fa671dfc4c) fix - [`b1e97de`](https://github.com/langgenius/dify-official-plugins/commit/b1e97de4282e5098971c6d6f8c0efb5d832e9493) fix - [`dc37606`](https://github.com/langgenius/dify-official-plugins/commit/dc376062a1935c2c9b77d1aa55a23ec238bf5372) fix - [`450d361`](https://github.com/langgenius/dify-official-plugins/commit/450d36146e8f21fc6ff0d6b4a92272583fd2f38b) fix ### 📊 Changes **31 files changed** (+350 additions, -625 deletions) <details> <summary>View changed files</summary> ➕ `tools/aws/README.md` (+10 -0) 📝 `tools/aws/main.py` (+1 -1) 📝 `tools/aws/manifest.yaml` (+26 -14) ➕ `tools/aws/provider/aws-tools.py` (+15 -0) 📝 `tools/aws/provider/aws-tools.yaml` (+9 -10) ➖ `tools/aws/provider/aws.py` (+0 -22) 📝 `tools/aws/requirements.txt` (+3 -3) 📝 `tools/aws/tools/apply_guardrail.py` (+10 -21) 📝 `tools/aws/tools/apply_guardrail.yaml` (+2 -2) 📝 `tools/aws/tools/bedrock_retrieve.py` (+23 -49) 📝 `tools/aws/tools/bedrock_retrieve.yaml` (+5 -5) 📝 `tools/aws/tools/bedrock_retrieve_and_generate.py` (+18 -49) 📝 `tools/aws/tools/bedrock_retrieve_and_generate.yaml` (+2 -2) 📝 `tools/aws/tools/lambda_translate_utils.py` (+7 -23) 📝 `tools/aws/tools/lambda_translate_utils.yaml` (+2 -2) 📝 `tools/aws/tools/lambda_yaml_to_json.py` (+12 -15) 📝 `tools/aws/tools/lambda_yaml_to_json.yaml` (+2 -2) 📝 `tools/aws/tools/nova_canvas.py` (+48 -96) 📝 `tools/aws/tools/nova_canvas.yaml` (+2 -2) 📝 `tools/aws/tools/nova_reel.py` (+49 -112) _...and 11 more files_ </details> ### 📄 Description update aws tool --- <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:40 -05:00
yindo closed this issue 2026-02-16 10:22:40 -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#1339