aws-lambda-r
aws-lambda-r copied to clipboard
Using R on AWS Lambda
Open list / wishes / references. Once fully defined, move them to separate issues
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...
### Problem - we have only one list of packages to install from CRAN ### TODO - [ ] another array option with a list of packages to install from...
### Problem: - script continues if yum install fails - no option in settings to specify what to install ### TODO: - [ ] put yum packages in an array...
- [ ] Add script in order to allow API Gateway to be accessed by CloudWatch
### Problem - not everybody wants to use API Gateway; lambda is sufficient ### TODO - [ ] split Lambda and API script into two - [ ] option in...