Skip to content

Commit

Permalink
chore(backend): WIP - Implement loading all parameters from ssm param…
Browse files Browse the repository at this point in the history
…eter store

Refs: #2
  • Loading branch information
maikbasel committed May 28, 2024
1 parent 62e9813 commit 5d2a9e1
Show file tree
Hide file tree
Showing 17 changed files with 471 additions and 37 deletions.
198 changes: 168 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["src-tauri"]
resolver = "2"
resolver = "2"
4 changes: 3 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ rust-ini = "0.20.0"
directories = "5.0.1"
aws-sdk-sts = "1.15.0"
log = "0.4.20"
page-turner = "1.0.0"
aws-sdk-ssm = "1.30.0"
test-log = "0.2.16"
env_logger = "0.11.2"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down
Loading

0 comments on commit 5d2a9e1

Please sign in to comment.