Package: lambdr 1.2.7
lambdr: Create a Runtime for Serving Containerised R Functions on 'AWS Lambda'
Runtime for serving containers that can execute R code on the 'AWS Lambda' serverless compute service <https://aws.amazon.com/lambda/>. Provides the necessary functionality for handling the various endpoints required for accepting new input and sending responses.
Authors:
lambdr_1.2.7.tar.gz
lambdr_1.2.7.zip(r-4.7)lambdr_1.2.7.zip(r-4.6)lambdr_1.2.7.zip(r-4.5)
lambdr_1.2.7.tgz(r-4.6-any)lambdr_1.2.7.tgz(r-4.5-any)
lambdr_1.2.7.tar.gz(r-4.7-any)lambdr_1.2.7.tar.gz(r-4.6-any)
lambdr_1.2.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
lambdr/json (API)
| # Install 'lambdr' in R: |
| install.packages('lambdr', repos = c('https://mdneuzerling.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mdneuzerling/lambdr/issues
Pkgdown/docs site:https://lambdr.mdneuzerling.com
Last updated from:eabad50f65. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 181 | ||
| linux-release-x86_64 | OK | 124 | ||
| macos-release-arm64 | OK | 110 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| windows-devel | OK | 82 | ||
| windows-release | OK | 160 | ||
| windows-oldrel | OK | 227 | ||
| wasm-release | OK | 113 |
Exports:as_stringified_jsonextract_contextfrom_base64handle_event_errorhtml_responselambda_configparse_event_contentprettify_listserialise_resultstart_lambdastop_html
Last update: 2024-10-07
Started: 2024-10-07
Last update: 2024-10-07
Started: 2021-10-06
Last update: 2022-04-23
Started: 2021-10-08
Last update: 2022-04-23
Started: 2021-11-02
Last update: 2022-04-23
Started: 2021-11-01
Last update: 2022-04-23
Started: 2021-11-01
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| lambdr: Create a Runtime for Serving Containerised R Functions on AWS Lambda | lambdr-package lambdr |
| Convert an R object to stringified JSON matching AWS Lambda conventions | as_stringified_json |
| Decode a Base64 encoded value to a string | from_base64 |
| Prepare a HTML response for a Lambda behind an API Gateway | html_response |
| Set up endpoints, variables, and configuration for AWS Lambda | lambda_config |
| Start the Lambda runtime | start_lambda |
| Raise an error with an optional HTML status code for API Gateways | stop_html |
