Centos – AWS Lambda function can't find bootstrap file of containerized image with R scripts
I've setup an image pushed to the ECR and then is used by my lambda function. My scripts include a custom runtime in R, my lambda function, and a bootstrap file to change the working directory to $LAMBDA_TASK_ROOT. I'm a…