tests/testthat/test_lambda.R

svc <- paws::lambda()

test_that("list_code_signing_configs", {
  expect_error(svc$list_code_signing_configs(), NA)
})

test_that("list_event_source_mappings", {
  expect_error(svc$list_event_source_mappings(), NA)
})

test_that("list_functions", {
  expect_error(svc$list_functions(), NA)
})

test_that("list_layers", {
  expect_error(svc$list_layers(), NA)
})

Try the paws.compute package in your browser

Any scripts or data that you put into this service are public.

paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.