mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #390] [MERGED] Feature: update aws tool #1339
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/update-aws-tool📝 Commits (5)
0f24211update aws tool99a3fccfixb1e97defixdc37606fix450d361fix📊 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.