Amazon web services – An error occurred (AccessDenied) when calling the PutObject operation: Access Denied"
I'm trying to have my lambda putting/updating objects in my s3 bucket. I have not changed any default bucket setting and attached the below role iam policy to the lambda. { "Statement": [ { "Action": [ "logs:*" ], "Effect": "Allow",…