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

Using R on AWS Lambda

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

Open list / wishes / references. Once fully defined, move them to separate issues

reference

On the Amazon AMI I can install from inside R, but then I have this problem: Installing package into ‘/usr/lib64/R/library’ (as ‘lib’ is unspecified) Warning in install.packages("jsonlite", repos = "http://cran.r-project.org")...

I assume that the R script in the Lambda has access to the AWS OS it's running on so theoretically it could use for example Clodyr's R library aws.s3 and...

Great project! I am trying to configure the setup_user.sh script file by following the example file. I added: ``` #!/bin/bash # user settings and secrets # customize and rename to...

I think the tooling has improved considerably and its fairly straightforward to compile binaries within a docker image without having to spin up an ec2. I'm considering using this for...

enhancement

### Problem - we have only one list of packages to install from CRAN ### TODO - [ ] another array option with a list of packages to install from...

enhancement

### Problem: - script continues if yum install fails - no option in settings to specify what to install ### TODO: - [ ] put yum packages in an array...

enhancement
priority-low

- [ ] Add script in order to allow API Gateway to be accessed by CloudWatch

enhancement
priority-low

### Problem - not everybody wants to use API Gateway; lambda is sufficient ### TODO - [ ] split Lambda and API script into two - [ ] option in...

enhancement
priority-low