Amazon web services – accessing s3 from lambda
I have a lambda outside VPC which is accessing S3. I can access S3 from lambda when public access is on. But when I switch off the public access and create a bucket policy which allows only my lambda function…