Skip to content

Commit

Permalink
refactor(ssm): Remove ssm for now
Browse files Browse the repository at this point in the history
Refs: #1
  • Loading branch information
maikbasel committed Oct 27, 2023
1 parent c5b08b8 commit 98e4182
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src-tauri/src/infrastructure/aws.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod ssm;
pub mod sdk_config;
1 change: 1 addition & 0 deletions src-tauri/src/infrastructure/aws/sdk_config.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod configuration_adapter;
1 change: 0 additions & 1 deletion src-tauri/src/infrastructure/aws/ssm.rs

This file was deleted.

14 changes: 0 additions & 14 deletions src-tauri/src/infrastructure/aws/ssm/parameter_store_adapter.rs

This file was deleted.

0 comments on commit 98e4182

Please sign in to comment.