-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/add aws #25
Feat/add aws #25
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge. And look at what i tagged in the next version
PR Type
enhancement, dependencies
Description
Changes walkthrough 📝
9 files
buttons.js
Update button registration for VM creation
command-handler/src/cmd-handler/buttons.js
button_create_vm
without regex.button_create_vm
with regex.vm.js
Integrate AWS server management and enhance VM commands
command-handler/src/commands/vm.js
aws-server.js
Add AWS server management utilities
command-handler/src/util/aws/aws-server.js
functionalities.
get-aws-images.js
Implement AWS image retrieval function
command-handler/src/util/aws/get-aws-images.js
get-instances.js
Implement AWS instance description function
command-handler/src/util/aws/get-instances.js
get-user-data.js
Add user data configuration for cloud-init
command-handler/src/util/get-user-data.js
get-hetzner-images.js
Refactor Hetzner image retrieval imports
command-handler/src/util/hetzner/get-hetzner-images.js
get-servers.js
Refactor Hetzner server retrieval imports
command-handler/src/util/hetzner/get-servers.js
hetzner-servers.js
Enhance Hetzner server management and configuration
command-handler/src/util/hetzner/hetzner-servers.js
2 files
package-lock.json
Update package-lock for AWS SDK dependencies
command-handler/package-lock.json
@aws-sdk/client-ec2
and its dependencies.package.json
Add AWS SDK dependency
command-handler/package.json
@aws-sdk/client-ec2
to dependencies.