[PR #437] [MERGED] refactor: rename AWS references to Serverless in plugin daemon #505

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/437
Author: @Yeuoly
Created: 8/28/2025
Status: Merged
Merged: 8/28/2025
Merged by: @Yeuoly

Base: mainHead: fix/change-session-not-found-to-400


📝 Commits (1)

  • 17f6d7e refactor: rename AWS references to Serverless in plugin daemon

📊 Changes

11 files changed (+47 additions, -48 deletions)

View changed files

📝 internal/core/plugin_daemon/backwards_invocation/request.go (+1 -1)
📝 internal/core/plugin_daemon/backwards_invocation/transaction/aws_event_handler.go (+12 -12)
📝 internal/core/plugin_daemon/backwards_invocation/transaction/aws_event_writer.go (+8 -8)
📝 internal/core/plugin_daemon/generic.go (+2 -3)
📝 internal/core/plugin_manager/install_to_serverless.go (+6 -6)
📝 internal/core/plugin_manager/serverless_connector/launch.go (+3 -3)
📝 internal/core/plugin_manager/serverless_runtime/io.go (+3 -3)
📝 internal/server/app.go (+3 -3)
📝 internal/server/http_server.go (+6 -6)
📝 internal/service/aws_transaction.go (+1 -1)
📝 internal/service/install_plugin.go (+2 -2)

📄 Description

  • Updated AWS-related types and functions to reflect Serverless terminology, including renaming AWSTransactionHandler to ServerlessTransactionHandler and AWSTransactionWriter to ServerlessTransactionWriter.
  • Adjusted error messages and comments to align with the new naming conventions.
  • Modified installation functions to use Serverless terminology for clarity and consistency across the codebase.

Description

Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format Fixes #123 or Closes #123.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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-plugin-daemon/pull/437 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/change-session-not-found-to-400` --- ### 📝 Commits (1) - [`17f6d7e`](https://github.com/langgenius/dify-plugin-daemon/commit/17f6d7e23beb30cfeaebed3176db6e25b34de716) refactor: rename AWS references to Serverless in plugin daemon ### 📊 Changes **11 files changed** (+47 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_daemon/backwards_invocation/request.go` (+1 -1) 📝 `internal/core/plugin_daemon/backwards_invocation/transaction/aws_event_handler.go` (+12 -12) 📝 `internal/core/plugin_daemon/backwards_invocation/transaction/aws_event_writer.go` (+8 -8) 📝 `internal/core/plugin_daemon/generic.go` (+2 -3) 📝 `internal/core/plugin_manager/install_to_serverless.go` (+6 -6) 📝 `internal/core/plugin_manager/serverless_connector/launch.go` (+3 -3) 📝 `internal/core/plugin_manager/serverless_runtime/io.go` (+3 -3) 📝 `internal/server/app.go` (+3 -3) 📝 `internal/server/http_server.go` (+6 -6) 📝 `internal/service/aws_transaction.go` (+1 -1) 📝 `internal/service/install_plugin.go` (+2 -2) </details> ### 📄 Description - Updated AWS-related types and functions to reflect Serverless terminology, including renaming `AWSTransactionHandler` to `ServerlessTransactionHandler` and `AWSTransactionWriter` to `ServerlessTransactionWriter`. - Adjusted error messages and comments to align with the new naming conventions. - Modified installation functions to use Serverless terminology for clarity and consistency across the codebase. ## Description Please provide a brief description of the changes made in this pull request. Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`. ## Type of Change - [ ] Bug fix - [ ] New feature - [x] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [ ] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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 01:16:10 -05:00
yindo closed this issue 2026-02-16 01:16:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#505