Amazon web services – Lambda getting access denied when trying to copy the data in same bucket
Lambda getting access denied when trying to copy the data in same bucket. Here is my Bucket Policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": "*", "Action": [ "s3:GetObject", "s3:GetObjectTagging", "s3:PutObject", "s3:PutObjectTagging" ], "Resource": "arn:aws:s3:::vgi-esf-eng-us-east-1-narwhal-bfb-automated-input/*" }, { "Effect":…