faasr_get_log_df {FaaSr} | R Documentation |
returns a data frame with FaaSr logs stored in S3 This function queries and aggregates FaaSr log information configured with the user's S3 bucket This can be useful in debugging by helping the user identify and download a particular log
faasr_get_log_df()
this function returns nothing
if (interactive()){
test <- faasr("test.json", "env")
test$faasr_get_log_df()
}