Examples for installing and running dify plugins with aws lambda #127

Closed
opened 2026-02-16 00:19:59 -05:00 by yindo · 1 comment
Owner

Originally created by @Colstuwjx on GitHub (May 30, 2025).

Self Checks

To make sure we get to you in time, please check the following :)

  • I have searched for existing issues search for existing issues, including closed ones.
  • [ x I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • "Please do not modify this template :) and fill in all the required fields."

Is your feature request related to a problem? Please describe.
I've found we did support a serverless way to install and run dify plugins, see the code , however, it seems like we didn't provide much document about this. Is it possible to provide examples to follow a serverless way to install and run the dify official plugins ? e.g. aws bedrock model provider implementation.

Describe the solution you'd like
Provide examples in docs to offer an alternative way rather than installing plugins on local.

Describe alternatives you've considered

Additional context

Originally created by @Colstuwjx on GitHub (May 30, 2025). **Self Checks** To make sure we get to you in time, please check the following :) - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify-plugin-daemon/issues), including closed ones. - [ x I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] "Please do not modify this template :) and fill in all the required fields." **Is your feature request related to a problem? Please describe.** I've found we did support a serverless way to install and run dify plugins, see [the code](https://github.com/langgenius/dify-plugin-daemon/blob/main/internal/types/app/config.go#L94) , however, it seems like we didn't provide much document about this. Is it possible to provide examples to follow a serverless way to install and run the dify official plugins ? e.g. aws bedrock model provider implementation. **Describe the solution you'd like** Provide examples in docs to offer an alternative way rather than installing plugins on local. **Describe alternatives you've considered** **Additional context**
yindo closed this issue 2026-02-16 00:19:59 -05:00
Author
Owner

@41tair commented on GitHub (Jun 11, 2025):

We've added the documentation for the SRI (Serverless Runtime Interface). You can check it out here:
👉 https://github.com/langgenius/dify-plugin-daemon/blob/main/docs/runtime/sri.md

@41tair commented on GitHub (Jun 11, 2025): We've added the documentation for the SRI (Serverless Runtime Interface). You can check it out here: 👉 https://github.com/langgenius/dify-plugin-daemon/blob/main/docs/runtime/sri.md
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#127