config_or_runtime_api {lambdr} | R Documentation |
Endpoint functions need to accept either a config (as created by
lambda_config
) or a runtime API. This function will accept
either and ensure that the runtime API is returned.
config_or_runtime_api(config)
config |
A list of configuration values as created by the
|