bakdata / aws-lambda-r-runtime

Serverless execution of R code on AWS Lambda
https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6
MIT License
143 stars 52 forks source link

there is no package called ‘Rcpp’ #54

Closed ed-sparkes closed 4 years ago

ed-sparkes commented 4 years ago

Built using the build.sh (with docker) on macOs

Deployed the layers via

runtime/deploy.sh and recommended/deploy.sh

When i create function that uses them and try to run it i get

there is no package called ‘Rcpp’

any thoughts gratefully received

ed-sparkes commented 4 years ago

Hmm, weird, i ended up adding Rcpp to my custom layer, for some reason i didnt previously need to do it, but it seems to resolve my issue so all is good.