feat: add localstack plugin
Signed-off-by: Zhenyuan Lau [email protected]
Pre-Checklist
Note: please complete ALL items in the following checklist.
- [x] I have read through the CONTRIBUTING.md documentation.
- [x] My code has the necessary comments and documentation (if needed).
- [ ] I have added relevant tests
Description
Add a plugin for localstack.
By the way, I create a debug document. I don't find a better way to debug the go plugin. I have a problem with tracing the code. I skip -trimpath flag to build the plugin for debugging.
Related Issues
New Behavior (screenshots if needed)
Installs LocalStack in Kubernetes cluster using Helm chart for Local or CI environment.
@zhenyuanlau A test error occurred in CI, please fix it.
Path: internal/pkg/plugin/localstack/create_test.go:38
Closing because the plugin structure changed. I have learned a lot about developing the plugin of devstream. I will try to make another one when the plugin structure is stable.