Skip to content

Commit

Permalink
Add AWS module
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Dec 28, 2018
1 parent 3e20ce4 commit 1d28dbf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions aws-watchtower/src/aws/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod kms;
2 changes: 1 addition & 1 deletion aws-watchtower/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::asg_mapping::Mappings;
use crate::kms;
use crate::aws::kms;
use crate::WatchAutoscalingError;

use clams::config::*;
Expand Down
2 changes: 1 addition & 1 deletion aws-watchtower/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub mod config;
pub mod error;
mod events;
mod init;
mod kms;
mod aws;
mod lambda;

// Use a counter, in case we want to track how often the function gets called before getting cold
Expand Down

0 comments on commit 1d28dbf

Please sign in to comment.