momento_functions_host/aws/
mod.rs

1//! Host interfaces for interacting with AWS services
2
3pub mod auth;
4pub mod ddb;
5pub mod lambda;