Nothing
svc <- paws::resiliencehub()
test_that("list_app_assessments", {
expect_error(svc$list_app_assessments(), NA)
})
test_that("list_apps", {
expect_error(svc$list_apps(), NA)
})
test_that("list_recommendation_templates", {
expect_error(svc$list_recommendation_templates(), NA)
})
test_that("list_resiliency_policies", {
expect_error(svc$list_resiliency_policies(), NA)
})
test_that("list_resource_grouping_recommendations", {
expect_error(svc$list_resource_grouping_recommendations(), NA)
})
test_that("list_suggested_resiliency_policies", {
expect_error(svc$list_suggested_resiliency_policies(), NA)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.