check_user_image_exist: check_user_image_exist

View source: R/faasr_client_api_aws-lambda.R

check_user_image_existR Documentation

check_user_image_exist

Description

check if user provided image exists, if not, return false then stop processing

Usage

check_user_image_exist(
  faasr,
  action_name,
  server_name,
  user_image_url,
  current_lambda_server_info
)

Arguments

faasr

a list form of the JSON file

action_name

a string for the target action name

server_name

a string for the target server

user_image_url

a string for FaaSr container image uri

current_lambda_server_info

a list form of current Lambda server information: id, keys, region

Value

logical value TRUE/FALSE for the existence of user images.


FaaSr documentation built on June 22, 2024, 9:38 a.m.