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

package or namespace load failed for ‘aws.s3’

Open eikku opened this issue 6 years ago • 1 comments

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, ...):

eikku avatar Mar 21 '19 14:03 eikku

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.

philipp94831 avatar May 21 '19 14:05 philipp94831