I am getting an acccess denied error from S3 AWS service on my Lambda function.
This is the code:
// dependencies var async = require(\'async\'); var
I too ran into this issue, I fixed this by providing s3:GetObject* in the ACL as it is attempting to obtain a version of that object.
s3:GetObject*