aws-lambda-r-runtime icon indicating copy to clipboard operation
aws-lambda-r-runtime copied to clipboard

Serverless execution of R code on AWS Lambda

Results 11 aws-lambda-r-runtime issues
Sort by recently updated
recently updated
newest added

Hi there, When I try to invoke the sample function `script.R` in [this guide](https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6) using `arn:aws:lambda:ap-southeast-2:131329294410:layer:r-recommended-3_6_0:13`, I get: ``` { "StatusCode": 200, "FunctionError": "Unhandled", "ExecutedVersion": "$LATEST" } ``` And in...

It would be great if you could refresh the codebase with the current R version as well as the aws/lambda current implementation?

I'm not an expert in R, but this repository was very useful for building a R lambda for a client, problem is, its really easy to reach lambda's limitation, some...

My use case is primarily based on another language runtime (python) but would like to be able to also call R scripts. The build framework here only needs slight tweaks...

The package now has `check_region = FALSE` by default. With `check_region = TRUE` there is an extra request for bucketLocation. Also one would need an explicit `s3:bucketLocation` permission on their...

Build fails as aws.s3 no longer on CRAN get error saying not supported for 3.6.0 looking at the github repo seems you would need to update to use their drat...

Hi I have followed the steps i am able to run ./docker_build.sh 3.6.0 followed by ./build.sh 3.6.0 however I am not able to find /deploy.sh file and if I use...

When trying to run: ``` aws lambda list-layer-versions --max-items 1 --no-paginate --layer-name arn:aws:lambda:us-east-1:131329294410:layer:r-runtime-3_6_0 --query 'LayerVersions[0].LayerVersionArn' --output text ``` I get this error ``` An error occurred (AccessDeniedException) when calling the...

bug

Hi, I am trying to run the build.sh script, it seems to get right to the end ... `Successfully tagged lambda-r:build-3.6.0` but then errors with chown: myusername: illegal group name...

There seems to be some hard limit on the event source that this runtime will process. I am providing a large event source, a json stucture with one field containing...

bug