pub async fn read_env_json<T: for<'a> Deserialize<'a>, S: SecretType>( secretsmanager: &Client, secret: S, ) -> T