aws-secrets 0.1.1

Retrieve AWS secrets and interact with Secrets Manager and SSM Parameter Store
Documentation
1
2
3
4
5
mod env;
mod types;

pub use env::*;
pub use types::*;