r-lambda-workflow icon indicating copy to clipboard operation
r-lambda-workflow copied to clipboard

Runtime for running R on AWS Lambda.

Results 20 r-lambda-workflow issues
Sort by recently updated
recently updated
newest added

How to use the mechanism provided by aws - manually set the version?

verified.installation package should be used while preparing the layer with the R packages. devtools and verified.installation should not be included in the layer.

I built an R hello-world function as per the instructions here: https://appsilon.com/how-to-use-r-in-aws-lambda/ For a bare-bones example I'm using this function `lambdaHandler

RESPONSE=$(/opt/R/bin/Rscript /opt/runtime.R $EVENT_DATA) When you run the lamda function the output from the console in AWS says "Rscript execution error: No such file or directory" eventhough it is in the...

Hello, Your scripts is super useful and it works fine to run my R script with the test button But when I configure my function with a CloudWatch rate(1 hour)...

Hi, thank you for great guide for using R with lambda. I was tring to setup my own workflow and instal R package layer with pre-build AMI but after ec2...

When trying to create custom package layers for RMariaDB or RMySQL those packages are not included in the resulting packages.zip. The reason seems to be that package installation fails because...