Nothing
svc <- paws::kms()
test_that("describe_custom_key_stores", {
expect_error(svc$describe_custom_key_stores(), NA)
})
test_that("list_aliases", {
expect_error(svc$list_aliases(), NA)
})
test_that("list_keys", {
expect_error(svc$list_keys(), 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.