View source: R/lambda-config.R
get_lambda_environment_variable | R Documentation |
This function is provided to return a specific error if an environment
variable is not defined. This is used by lambda_config
to
ensure that the environment variables that are expected to be defined by AWS
are present.
If the environment variable is undefined but a default
value is provided,
then that default value will be returned. However, the environment variable
will always take precedence.
get_lambda_environment_variable(env_var, default = NULL)
env_var |
character environment variable to retrieve |
default |
character default value to return if the environment variable is undefined. The environment variable always takes precedence. |
character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.