Man pages for lambdr
Create a Runtime for Serving Containerised R Functions on 'AWS Lambda'

as_jsonConvert an object to JSON
assert_status_code_is_goodCheck that the status code shows a success, and error...
as_stringified_jsonConvert an R object to stringified JSON matching AWS Lambda...
classify_eventClassify an event based on how it is invoked
conditionDefine a condition (like an error) with support for HTTP...
config_or_runtime_apiConvert a config to a runtime API if necessary
decode_html_bodyDecode the body of event content coming via an API Gateway
endpointsAWS Lambda endpoints
extract_and_augment_contextCombine class-specific context with general context for an...
extract_contextExtract the context of a Lambda invocation from the headers...
extract_context_from_environmentExtract context from environment variables
extract_event_headersExtract the headers from a Lambda event
from_base64Decode a Base64 encoded value to a string
function_accepts_contextDetermine if a function accepts a 'context' argument
generate_resultParse the content of an event and pass it through the handler...
get_handler_function_from_env_varDetermine the function referred to by the "_HANDLER"...
get_lambda_environment_variableRetrieve a Lambda environment variable if available, and...
handle_eventProcess the input of an event, and submit the result to...
handle_event_errorGenerate a handling function for an invocation error
html_responsePrepare a HTML response for a Lambda behind an API Gateway
is_eventbridge_event_contentDetermine if a Lambda event is coming from a EventBridge...
is_from_html_api_gatewayDetermine if a Lambda event is coming via an API Gateway
is_from_rest_api_gatewayDetermine if a Lambda event is coming via a REST API Gateway
is_sns_event_contentDetermine if a Lambda event is coming from SNS
lambda_configSet up endpoints, variables, and configuration for AWS Lambda
lambdr-packagelambdr: Create a Runtime for Serving Containerised R...
mark_as_already_serialisedGive a value the "already_serialised = TRUE" attribute
parse_event_contentParse the body of the Lambda event
parse_json_or_emptyParse a JSON, but force a NULL or empty string to be...
post_lambda_errorPost an error to an endpoint with the format expected by AWS...
post_resultPost an event with a result to the response endpoint
prettify_listConvert a list to a single character, preserving names
serialise_resultSerialise a result
start_lambdaStart the Lambda runtime
start_listeningStart listening for events, and process them as they come
stop_decompositionRaise an error with a request ID if known
stop_htmlRaise an error with an optional HTML status code for API...
validate_lambda_configValidate a Lambda config object
wait_for_and_handle_eventWait for and handle event
wait_for_eventQuery the next invocation endpoint to get the next input
lambdr documentation built on Nov. 25, 2023, 5:08 p.m.