aws-lambda-r-runtime
aws-lambda-r-runtime copied to clipboard
package or namespace load failed for ‘aws.s3’
When using only one r-runtime layer aws.s3 package works, but using own custom layer as well, gives
Error: package or namespace load failed for ‘aws.s3’ in dyn.load(file, DLLpath = DLLpath, ...):
Hi @eikku,
so you created another layer and used the runtime and awspack layer beneath? I created some tests in the meantime which ensure that aws.s3 is working but there I only have my function on top of the awspack layer. See template.yaml and tests/R/aws.R. Maybe it behaves differently if another layer is put on top.