Nothing
LOCALSTACK_ENDPOINT <- "http://localhost:4566" # nolint
localstack_available <- function() {
curl_check <- purrr::safely(curl::curl_fetch_memory, FALSE)
is.null(curl_check(LOCALSTACK_ENDPOINT)$error)
}
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.