Skip to content

dbl-works/aws-manager

Repository files navigation

AWS Manager

Feature Scope

  • Generate short-lived password to login to an RDS instance with IAM authentication
  • tbd

This is a Rust rewrite based on Tauri to learn Rust. Join our (internal) Rust-learning channel if you want: #learning-rust

More learning resources:

How to install

Check latest release and install using binary suitable for your OS!

Project setup

yarn install
cd src-tauri
cargo build

How to build

yarn tauri:build

on ARM/M1/M2:

yarn tauri:build --target universal-apple-darwin

How to contribute

  • Open an issue to start a conversation
  • Open a pull request

Compiles and hot-reloads for development

yarn tauri:serve

Compiles and minifies for production

yarn tauri:build

Lints and fixes files

yarn lint