as_json | Convert an object to JSON |
assert_status_code_is_good | Check that the status code shows a success, and error... |
as_stringified_json | Convert an R object to stringified JSON matching AWS Lambda... |
classify_event | Classify an event based on how it is invoked |
condition | Define a condition (like an error) with support for HTTP... |
config_or_runtime_api | Convert a config to a runtime API if necessary |
decode_html_body | Decode the body of event content coming via an API Gateway |
endpoints | AWS Lambda endpoints |
extract_and_augment_context | Combine class-specific context with general context for an... |
extract_context | Extract the context of a Lambda invocation from the headers... |
extract_context_from_environment | Extract context from environment variables |
extract_event_headers | Extract the headers from a Lambda event |
from_base64 | Decode a Base64 encoded value to a string |
function_accepts_context | Determine if a function accepts a 'context' argument |
generate_result | Parse the content of an event and pass it through the handler... |
get_handler_function_from_env_var | Determine the function referred to by the "_HANDLER"... |
get_lambda_environment_variable | Retrieve a Lambda environment variable if available, and... |
handle_event | Process the input of an event, and submit the result to... |
handle_event_error | Generate a handling function for an invocation error |
html_response | Prepare a HTML response for a Lambda behind an API Gateway |
is_eventbridge_event_content | Determine if a Lambda event is coming from a EventBridge... |
is_from_html_api_gateway | Determine if a Lambda event is coming via an API Gateway |
is_from_rest_api_gateway | Determine if a Lambda event is coming via a REST API Gateway |
is_sns_event_content | Determine if a Lambda event is coming from SNS |
lambda_config | Set up endpoints, variables, and configuration for AWS Lambda |
lambdr-package | lambdr: Create a Runtime for Serving Containerised R... |
mark_as_already_serialised | Give a value the "already_serialised = TRUE" attribute |
parse_event_content | Parse the body of the Lambda event |
parse_json_or_empty | Parse a JSON, but force a NULL or empty string to be... |
post_lambda_error | Post an error to an endpoint with the format expected by AWS... |
post_result | Post an event with a result to the response endpoint |
prettify_list | Convert a list to a single character, preserving names |
serialise_result | Serialise a result |
start_lambda | Start the Lambda runtime |
start_listening | Start listening for events, and process them as they come |
stop_decomposition | Raise an error with a request ID if known |
stop_html | Raise an error with an optional HTML status code for API... |
validate_lambda_config | Validate a Lambda config object |
wait_for_and_handle_event | Wait for and handle event |
wait_for_event | Query the next invocation endpoint to get the next input |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.